Search This Blog
Html tutorial, css tutorial, js tutorial, website creating tutorial, android app development tutorial, java tutorial, xml tutorial, programming tutorial
Featured
- Get link
- X
- Other Apps
How to write a article for better response and neat and clean code. Blogging tutorial.
You can write an awesome blog post with very neat and clean code.
First of all you look for the code below.
<main>
<h1>Most Popular Browsers</h1>
<p>Chrome, Firefox, and Edge are the most used browsers today.</p>
<article>
<h2>Google Chrome</h2>
<p>Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!</p>
</article>
<article>
<h2>Mozilla Firefox</h2>
<p>Mozilla Firefox is an open-source web browser developed by Mozilla. Firefox has been the second most popular web browser since January, 2018.</p>
</article>
<article>
<h2>Microsoft Edge</h2>
<p>Microsoft Edge is a web browser developed by Microsoft, released in 2015. Microsoft Edge replaced Internet Explorer.</p>
</article>
</main>
I am not showing you preview now because you will get it soon.
First of all notice the tags used in above code. These tags are not creating a bold effect in your website but can make your website's code amazing and you can access it from css and js very easily.
Tags::--
<main>
<article>
<h1>
<p>
<h2>
Tips for creating such websites.
- You can use div tag or main tag to cover an all website's article.
- The next is you can use article tag to cover all the posts.
- The next is you can use H1 tag for your heading.
- The next is you can use H2 tag for important texts.
- You can use p tag to cover your post's article at all.
Check our another blog post for getting another knowledge.
So let's preview the above block of code.
Chrome, Firefox, and Edge are the most used browsers today. Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today! Mozilla Firefox is an open-source web browser developed by Mozilla. Firefox has been the second most popular web browser since January, 2018. Microsoft Edge is a web browser developed by Microsoft, released in 2015. Microsoft Edge replaced Internet Explorer.Most Popular Browsers
Google Chrome
Mozilla Firefox
Microsoft Edge
- Get link
- X
- Other Apps
Popular Posts
Java tutorial. How to start with java. Tutorial
- Get link
- X
- Other Apps
Comments