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

HTML Text Formatting

Text Formatting

 

 

As we know, HTML allows us to format our text. Formatted text is those digital texts which have styling information beyond the minimum of semantic elements like colors, styles, sizes, and special features in HTML. In other words, they are defined in special types of texts.

 

List of HTML Formattings Tags:-

 

  • < sup > (Superscript text)
  • < sub > (Subscript text)
  • < ins > (Inserted text)
  • < del > (Deleted text)
  • < i > (Italic text)
  • < em > (Emphasized text)
  • < mark > (Marked text)
  • < small > (Smaller text)
  • < b > (Bold text)
  • < strong > (Important text)

Code Explanation

All Tutorials related to HTML Basics

All Sections related to HTML