HTML:- address tag

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>Address</title>
</head>

<body>

 My Address is.
 <Address>
    Ramesh,<br>
Kozicode,<br>
Chennai,<br>
Pin-629167,<br>
K.K.Dist.
  </Address>

</body>

</html>.   Output:- My Address is.
Ramesh,
Kozicode,
Chennai,
Pin-629167,
K.K.Dist.        Definition:-

Address Tag


Uses of <address> tag
  • This tag is used for indicating an address, usually related to authorship of the current document, or a section of the document.
  • If the tag applies to the body element, then it applies to the whole document.
  • It is more appropriate to use when dealing with contact information, as it conveys additional semantic information.
HTML:- address tag HTML:- address tag Reviewed by Network security on April 29, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.