address tag of HTML
<address></address> This is an HTML tag too. We use this tag for giving any address. It is not an empty tag. Like other ...
<address></address> This is an HTML tag too. We use this tag for giving any address. It is not an empty tag. Like other ...
<abbr></abbr> It is an HTML tag. abbr means abbreviation. We use this tag for abbreviations and to explain them. Those a...
<i></i> This <i> tag is not an emptu HTML tag. It contains elements. We use this <i> tag for making a text i...
<!--...--> This is also an HTML tag. But maybe especially it uses in javascript. We use this tag for comment. This tag eleme...
<p> This <p> is an HTML tag too. <p> tag is used for making a paragraph. It means p for the paragraph. So, whene...
title This is an HTML TOO. <title> tag is used inside the head tag. If we write something in the title tag it would be shown o...
<table></table> <table> tag is an HTML tag too. On the purpose of making a table we need to use the table tag. tab...