Page 54 - modular_v2.0_HTML&_CSS_Fb
P. 54

<TITLE>

                  Italic Tag Example
                  </TITLE>
                  </HEAD>

                  <BODY>
                  <P>This is an <I>italic</I> word in a sentence.</P>

                  </BODY>
                  </HTML>











                                                              Using <I> Tag

                     THE <U> TAG

                  The <U> tag is used to underline your text. You need to tell the web browser when to start
                  underlining and where to stop underlining the text. It is a container tag and used in pair as <U>
                  and </U>.

                  Following HTML web page uses the <B>, <I> and <U> tags.

                  <!DOCTYPE HTML>

                  <HTML>
                  <HEAD>
                      <TITLE>Underline Tag Example</TITLE>

                  </HEAD>
                  <BODY>

                      <P>This is an <U>underlined</U> word in a sentence.</P>
                  </BODY>
                  </HTML>













                                                             Using <U> Tag





                   52
                          Touchpad MODULAR (Ver. 2.0)
   49   50   51   52   53   54   55   56   57   58   59