<address> for Contact information

The address element marks contact information.

 
<!DOCTYPE HTML> 
<html> 
<head> 
<title>Example</title> 
</head> 
<body> 
    <address> 
    Questions and comments? <a href="mailto:a@a.com">Email me</a> 
    </address> 
</body> 
</html>
  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

Related: