We will take a look at the top 10 basic HTML tags. By mastering these 10 tags you will already be able to develop a basic yet nice website.
What are the most used HTML tags?
We analyzed the most popular websites on the web to find out what are the most used tags. It wasn’t surprising to find that the link tag is the most used tag. In fact, it represents almost 25% of all tags on the web.
This is our list of basic HTML tags:
<a>
for link<b>
to make bold text<strong>
for bold text with emphasys
<body>
main HTML part<br>
for break<div>
it is a division or part of an HTML document<h1>
... for titles<i>
to make an italic text<img>
for images in document<ol>
is an ordered list,<ul>
for an unordered list<li>
is a list item in bulleted (ordered list)
<p>
for paragraph<span>
to style part of text
Tags:
Top 10 Html Tags