Information with the <address> element:-
<html>
<body>
<p>The HTML address element defines contact information (author/owner) of a document or article.</p>
<address>
Written by Ansh.<br>
Visit us at:<br>
Example.com<br>
Box 786, Gangland.<br>
Punjab.
</address>
</body>
</html>
<html>
<body>
<p>The HTML address element defines contact information (author/owner) of a document or article.</p>
<address>
Written by Ansh.<br>
Visit us at:<br>
Example.com<br>
Box 786, Gangland.<br>
Punjab.
</address>
</body>
</html>
OUTPUT:-
- The HTML address element defines contact information (author/owner) of a document or article.
- The <address> element is usually displayed in italic. Most browsers will add a line break before and after the element.
No comments:
Post a Comment