HTML <address> Tag

The Markup language Tag is employed for indicating the associate address. The address typically renders in italic.

Example:-

<!DOCTYPE html>
<html>

   <head>
      <title>HTML address  Tag</title>
   </head>

   <body>
           <h1>HTML address Tag</h1> 
      
         <address>
         600 Wisdon Apartments<br />
         Filmcity, Kondiura<br />
         New Delhi - 50027
         </address>

   </body>

</html>

Output:-

HTML address Tag

600 Wisdon Apartments
Filmcity, Kondiura
New Delhi – 50027


Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *