Page 39 - 2403_Trackpad_V5.1_C6_Fb
P. 39

The web browser displays each heading with a different heading size.





                         uiz   Bee        What is an empty tag? Write an example of empty tag.
                                          _________________________________________________________________






                          <HR> TAG


                 The <HR> tag is used to divide the webpage into different sections by drawing a horizontal line in
                 the webpage.


                 <!DOCTYPE HTML>
                 <HTML>
                 <HEAD>

                 <TITLE> HR Tag </Title>
                 </HEAD>
                 <BODY>

                 <p>This is the first paragraph of the tag. HTML is the standard markup
                 language for Web pages. </p>
                 <hr>

                 <p>This is the second paragraph of the tag.HTML is the standard markup
                 language for Web pages.</p>

                 <hr>
                 </BODY>
                 </HTML>






                                                                                            Learn HTML5 and CSS3  37
   34   35   36   37   38   39   40   41   42   43   44