HTML Address Tag

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>…

1 min read

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

Khushal

Welcome to my corner of the web! I'm Khushal Tank, a passionate web developer and the author behind MyProgramming.com. With a robust background in PHP, Webflow, HTML, CSS, and JavaScript, I've dedicated myself to crafting seamless, interactive, and visually appealing websites.

Leave a Reply

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