Horje

Default CSS Settings for <address> Tag

Change the default CSS settings to see the effect. An address element is displayed like this:
index.html
Example: HTML
<style>
address { 
  display: block;
  font-style: italic;
} 
</style>
<p>An address element is displayed like this:</p>
<address>
Written by <a href="mailto:[email protected]">Jon Doe</a>.<br> 
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>

Output should be:

Default CSS Settings for <address> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin