HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

What is Semantic HTML

What is Semantic HTML?

 

Semantic HTML is used for styling purposes. In it, tags are used for styling the content placed in between the opening and closing tags. In other words, it reinforces the style on the content. Its example include following tags:-

  1. <b> Tag
  2. <i> Tag
  3. <small> Tag
  4. <sub> Tag
  5. <strong> Tag
  6. <em> Tag
  7. <sup> Tag
  8. and many more

Code Explanation

All Tutorials related to FAQs

All Sections related to HTML