Articles → HTML → Address Tag In HTML
Address Tag In HTML
Purpose
- Address tag converts the text to italics
- Address tag adds a line break
Syntax
<address>
text
</address>
Example
<html>
<head>
<title>address Demo</title>
</head>
<body>Address: <address> House no 1111 Sector 11 My City My state My country </address>
</body>
</html>
Try It
Output
Browser Support
Internet Explorer | Firefox | Chrome | Safari | Opera | Edge |
---|
Yes | Yes | Yes | Yes | Yes | Yes |
Posted By - | Karan Gupta |
|
Posted On - | Tuesday, October 18, 2016 |
|
Updated On - | Saturday, October 7, 2017 |