1.

What Is Semantic Html?

Answer»

Semantic HTML is a coding STYLE. It is the use of HTML markup to reinforce the semantics or MEANING of the content. For example: In semantic HTML
 <b> </b>
tag is not USED for bold statement as WELL as
<i> </i> 
tag is used for italic. Instead of these we use
<strong></strong>
and
<em></em> 
tags.

Semantic HTML is a coding style. It is the use of HTML markup to reinforce the semantics or meaning of the content. For example: In semantic HTML
 <b> </b>
tag is not used for bold statement as well as
<i> </i> 
tag is used for italic. Instead of these we use
<strong></strong>
and
<em></em> 
tags.



Discussion

No Comment Found