HTML Text Formatting


  • Bold Text 
    Bolded Text of the HTML Document define with <b> tag
    Ex: <b> This is a Bold Text</b>

  • Italian Text 
    Italian Text of the HTML Document define with <i> tag
    Ex: <i> This is a italian Text</i>

  • Underline Text 
    Underline Text of the HTML Document define with <u> tag
    Ex: <u> This is a Underline Text</u>

  • Big Text
    Big Text of the HTML document defines with <big> tag
    Ex: <big>This is a Big Text </big>

  • Emphasize Text 
    Emphasize Text of the HTML Document define with <emp> tag
    Ex: <emp> This is a emphasize Text</emp>

  • Small Text 
    Small Text of the HTML Document define with <small> tag
    Ex: <small> This is a UnderlineText</small>

  • Strong Text
    Strong Text of the HTML document defines with <strong> tag
    Ex: <strong>This is a Big Text </strong>

  • Subscripted Text 
    Subscripted Text of the HTML Document define with <sub> tag
    Ex: <sub> This is a Bold Text</sub>
          H2o

  • Superscripted Text 
    Superscripted Text of the HTML Document define with <sup> tag
    Ex: <sup> This is a Superscripted Text</sup>
          01st December

  • Inserted Text 
    Inserted Text
    of the HTML document defines with <ins> tag

    Ex: <ins>This is a inserted Text <ins>

  • Deleted Text Deleted Text of the HTML document defines with <del> tag
    Ex: <del>This is a inserted Text <del>
Please comment here with your name if this blog useful for the begining.

No comments:

Post a Comment