Saturday, November 18, 2006

Tags For Formating The Body Text


1. <I> ..... </I>
These html tags italicize the text between them.

2. <B> ..... </B>
These html tags bold the text between them.

3. <FONT SIZE=7> ..... </FONT>
These html tags make the font size of the text between them to 7.
Size can be specified by any integer between 1 and 7.

4. <FONT COLOR=#FF0000> ..... </FONT>
These html tags make the font color of the text between them to red.

5. <FONT FACE= “ARIAL” > ..... </FONT>
These html tags make the font of the text between them to Arial.

6. <FONT SIZE=7 COLOR=#FF0000 FACE= “ARIAL” > ..... </FONT>
These html tags make the font size of the text between them to 7,font color of the text between them to red and font of the text between them to Arial.

7. <U> ..... </U>
These html tags underline the text between them.

8. <SUB> ..... </SUB>
These html tags place any text between them below the level of the line and in a smaller font.

9. <SUP> ..... </SUP>
These html tags place any text between them above the level of the line and in a smaller font.

10. <STRIKE> ..... </STRIKE>
These html tags place any text between them in strikethrough style.

11. <H1> ..... </H1>
These html tags identify text between them as a heading. This is level 1 heading. A total of six level headings are in HTML Language. Level 6 heading tags are <H6> ..... </H6> .The largest heading is <H1>. The smallest heading is <H6>. So Html enables users to identify headings and subheadings through these tags.

12. <H1 ALIGN=LEFT> ..... </H1>
These html tags align the level 1 heading to the left of the window.

13. <H2 ALIGN=CENTER> ..... </H2>
These html tags align the level 2 heading to the center of the window.

13. <H6 ALIGN=RIGHT> ..... </H6>
These html tags align the level 6 heading to the right of the window.


No comments: