Saturday, July 16, 2016

What are the most frequently used HTML tags?

In HTML it has 10 most frequently used tags. There are other HTML tags but the following 10 HTML tags are used very often. It is always a good idea to learn as many HTML tags as possible but the following 10 tags will be good to go.

<h1> - <h6> Heading
<p>Paragraph
<i>Italic
<b>Bold
<a>Anchor
<ul> & <li> Unordered List & List Item
<blockquote>Blockquote
<hr>Horizontal Rule
<img>Image
<div>Division

The commonly used HTML tags can be found from the following link: Commonly user HTML tags

No comments:

Post a Comment