Thursday, December 27, 2018

Formatting document owner information.

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>

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

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...