HTML Tags That Every Bloggers Should Know

HTML Tags That Every Blogger Should Know

Web content management systems are very smart, a blogger can do many things, such as, adding an image in a blog, adding a hyperlink, changing font colors and sizes, but many bloggers come across the problems that they have to use HTML tags. In this post, I will list and describe some useful tags that every blogger should know.

 #1-<a> Anchor tag (Hyperlink tag)-

  This tag is used to link web documents, such as sharing a post, an image or a video, these all internally use hyperlink tag. The structure of the tag is.
<a href=”www.facebook.com” > This link points to facebook</a>
 
 

#2-<img> tag (Image tag) –

This tag is very important to form the search engine optimization point of view. Because if you are putting an image on your website and use this tag. You must use the alt attribute because images and videos take more time to load than text documents. Further, what happens when text documents are loaded but the image is not there will a blank space of height=”” and width=”” but if alt tag is used there will be image name and the user will wait for the web page to be completely loaded. The structure of the tag is. Furthermore, Google uses this tag to search images on the web. So, this is also important for SEO purpose.
<img src=”YourImageURL.jpeg” alt=”alternateword” height=”50″ width=”60″>

#3- <meta> tag ( Meta Tag)-

 

The most important tag from the SEO point of view because metadata means data about data this is used for page description, keyword description, document modification record, and this tag is used by search engines to index yours in search engine database. Additionally, the meta tag you will see in your sitemap file, here the snippet of a sitemap.xml file where meta tag is used.
<head> <meta name=”description” content=”My Blog is about SEO, Blogging, web design and mobile app design”>
</head>

#4 <h1></h6>……<h6></h6> tags (Heading Tags)-

Among the six tags use of h1  and h2 is crucial i.e. where to use them? If you are using the h1 tag you should put the content which tells readers about the article in one sentence, because search engines look at this headings, do not put more than one h1 tag in your article.
Syntax of tags
<h1>This is my h1 heading</h1>
<h2>This is my h2 heading</h2>

#5 <div> (Division tag)- 

 This tag does not concern about SEO but it is very important to layout web page. Further, this tag creates a section in web page  and it is often used with CSS, and bloggers often come across this tag, a snippet of code
is given below.

<div style=”color:#F000BC”>
<h3>this is h1 heading</h3>
</div>

Conclusion-

To sum up, I have explained some HTML tags which are often bloggers come across. Some of them are important for SEO purpose. Moreover,  you can learn more about them to rank your website in Google.


 
 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

©Postnetwork-All rights reserved.