Monday, 14 December 2015

next chapter of HTML!!

    The <BR> Tag For Line Breaks

The br tag is used to start a new line if we want. It starts with <BR>.

HR (HORIZONTAL RULE ELEMENT)
The hr element is used to draw a horizontal dividing line completely across a line. Each <HR> tag in  your document creates a shaded horizontal rule between text.

FORMATTING TAGS
BOLD Element
 The bold element(<b> and </b>) causes the text to appear in           bold typeface.
ITALIC Element
     The ITALIC element(<I> and </I>) causes the text to appear 
     in italics typeface.
    UNDERLINE element
    The underline element(<u> and </u>) underlines the text.
         
SUBSCRIPT AND SUPERSCRIPT ELEMENT
      A SUB and SUP elements are used to display the texts or   numbers in the form of subscript and superscript format resp. A subscript character appears slightly below the base line and superscript character appears slightly above the base line.   

No comments:

Post a Comment