Page 91 - CA 165 ver 1.0 Class 10
P. 91

<SUP> TAG

                 <SUP> is a container tag. It is used to display the text in superscript form. The text enclosed within
                 this tag is raised to the power form (exponential). This tag is helpful in writing arithmetic and scientific
                 notations. Syntax to use the <SUP> tag is as follows:

                   <SUP> Text </SUP>
                 For example:

                   E = mc <SUP> 2 </SUP>
                 Output:
                    E = mc 2

                   <SUB> TAG
                 <SUB> is a container tag. It is used to display the blocked text in subscript form. The enclosed text

                 is displayed as the base of the normal text. This tag is generally used to write formulas and chemical
                 equations. Syntax to use the <SUB> tag is as follows:

                   <SUB> Text </SUB>
                 For example:

                   CO <SUB>2 </SUB>
                 Output:
                    CO
                       2

                      Do you know?

                      Mathematical and chemical equations can also be displayed on web pages.
                      For eg. (A+B)2 =A2 +2AB +B2, H2SO4, etc.

                   <BLOCKQUOTE> TAG

                 <BLOCKQUOTE> is a container tag. It contains block-level tags. This tag is used to display the text after
                 leaving a space of two indents from its side margin. The display of the initial line of the text under this
                 tag is similar to the text displayed in <P> tag but with a <BLOCKQUOTE> tag, even in the next line of the

                 same paragraph the text appears after leaving the same space as it was in the initial line. Syntax to use
                 the <BLOCKQUOTE> tag is as follows:

                   <BLOCKQUOTE> Text to be indented </BLOCKQUOTE>
                 For example:

                   <BLOCKQUOTE> Welcome to the new era of Computing </BLOCKQUOTE>
                 Output:
                    Welcome to the new era of Computing.













                                                                                            More About HTML      89
   86   87   88   89   90   91   92   93   94   95   96