<!DOCTYPE html>
<html>
<head>
<style>
address {
display: block;
font-style: italic;
}
</style>
</head>
<body>
<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>
<p>Change the default CSS settings to see the effect.</p>
</body>
</html>