Some Commonly Used HTML Tags

HTML tags
Tags Code Example Output
<!-- <!--This is a comment-->  
<p></p> <p>Hello</p> Hello
<br> <p>Hello</p> <br> <p>World</p>

Hello

World

<hr> <p>Hello</p> <hr> <p>World</p> ----------
<span></span> <span>Hello</span> Hello
<h1></h1> <h1>Hello World</h1>

Hello World

<h2></h2> <h2>Hello World</h2>

Hello World

<h3></h3> <h3>Hello World</h3>

Hello World

<h4></h4> <h4>Hello World</h4>

Hello World

<h5></h5> <h5>Hello World</h5>
Hello World
<h6></h6> <h6>Hello World</h6>
Hello World
<pre></pre>

<pre>

Hello

world

</pre>

Hello

world

<strong><strong> <strong>Hello World<strong> Hello World
<sup></sup>    
<sub></sub>    
<div></div>    
<head></head>    
<a href=""></a>    
<img src="" />    
<i></i>    
<input type="" />    
<marquee></marquee>    
<meta/>    
<ul></ul>    
<li></li>    
<ol></ol>    
<option></option>    
<select></select>    
<small></small>    
<table></table>    
<form></form>    
<td></td>    
<th></th>    
<label></label>    
<header></header>    
<nav></nav>    

 

About Author

Photo

Hi, I am Mahbub Hasan
Software Engineer

I am very much interested to share my programming
and development knowledge with the people.I will try
to update my blog everyday with new technology inshallah.

Thank You

For Visiting My Blog.

Contact Me