Saturday 26 February 2022

HTML document for address tag

 ADDRESS TAG

Code :

<!doctype html>

<html>

    <head>

       <title>Address Tag</title>

    </head>

    <body>

       <h1>Address Tag in HTML</h1>

       <p>The HTML &#60address&#62 tag is used for indicating an address. The address usually renders in italic.

       </p>

       <p><b>Example :</b></p>

       <address>

          512 Yousuf Apartments<br>

          Maqdum city,<br>

          Parbhani - 431401<br>

       </address>

    </body>

</html>

Web View :



Come again Learn again !

< iCodeBuzz />

No comments:

Post a Comment