+1 vote
in HTML by
What is semantic HTML?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Feb 23 in HTML by DavidAnderson
0 votes
asked Feb 17 in HTML by DavidAnderson
...