HTML/CSS/Text Tags/address
"address" Example
<html>
<head>
<title>address element example</title>
</head>
<body>
<address style="color:blue">blue address</address>
<address style="color:red">red address</address>
</body>
</html>
<html>
<head>
<title>address element example</title>
</head>
<body>
<address style="color:blue">blue address</address>
<address style="color:red">red address</address>
</body>
</html>