top of page

Our clients are our partners, that’s why we choose them carefully:

Html Formatting Elements

Styling Your document

In the previous chapter, you learned about HTML styling, using the HTML style attribute.

 

HTML also defines special elements for defining text with a special meaning.

 

HTML uses elements like <b> and <i> for formatting output, like bold or italic text.

 

Formatting elements were designed to display special types of text:

  • Bold text

  • Important text

  • Italic text

  • Emphasized text

  • Marked text

  • Small text

  • Deleted text

  • Inserted text

  • Subscripts

  • Superscripts

   

         Tags                                                 Descriptions                                            

   

                                                          Defines subscripted text

 

                                                          Defines superscripted text

 

                                                          Defines inserted text

 

                                                          Defines deleted text

 

                                                          Defines marked/highlighted text

 

                                                          Defines bold text

 

                                                          Defines emphasized text 

 

                                                          Defines italic text

 

                                                          Defines smaller text

 

                                                          Defines important text

 

bottom of page