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 ApartmentsFilmcity, Kondiura
New Delhi – 50027