Saturday 26 February 2022

HTML document for HR Tag

 HR TAG

Code :

<!doctype html>

<html>

    <head>

       <title>HR Tag</title>

    </head>

    <body>

        <h1>HR Tag in HTML</h1>

        <p>Horizontal lines are used to visually break-up sections of a document. The &#60hr&#62 tag creats a line from the current position in the document to the right margin and breaks the line accordingly.

        </p>

        <p>TEXT BEFORE USE OF HR</p>

        <hr>

        <p>TEXT AFTER USE OF HR</p>       

    </body>

</html>

WEB VIEW :

Come again Learn again !

< iCodeBuzz />


No comments:

Post a Comment