NBA - Los Angeles Lakers
If You Had Any Problem Please Send Your Question To Us At  sagatorrent@gmail.com

Wednesday 23 November 2011

To Display Horizontal Rules Of Various sizes


<html>                                                              
  <head>
       <title>my first page</title>
  </head>
        <body bgcolor="lightblue">
                   This is conventional document text.
                   A normal horizontal rules follow this text.
                   <hr>
                   The next three horizontal rules have size 12pixels, 36pixles,
                   and 72pixels respectively
                          <hr size = 12>
                          <hr size = 36>
                          <hr size = 72>
        </body>
</html>
                                                                     OUTPUT

No comments:

Post a Comment