Page 98 - CA_165_V2.0_Flipbook
P. 98

The following HTML code uses the <DL>, <DT>, and <DD> tags to create a description list:

                  <HTML>
                  <HEAD>

                  <TITLE>
                  DESCRIPTION LIST

                  </TITLE>
                  </HEAD>

                  <BODY>
                  <H1> SOME POPULAR MONUMENTS IN INDIA</H1>

                  <DL>
                  <DT> Agra

                  <DD>- Taj Mahal

                  <DT>DELHI
                     <DD> -Red Fort

                  <DD>- Qutb Minar
                  <DD>- Jantar Mantar

                  <DT>Mumbai
                  <DD>- Gateway of India

                  <DT>Hyderabad
                  <DD>- Golconda Fort

                  </DL>
                  </BODY>

                  </HTML>
                  The output of the preceding HTML code is as follows:





























                    96   Touchpad Computer Applications-X
   93   94   95   96   97   98   99   100   101   102   103