You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
356 B
HTML

<!DOCTYPE html>
<html subLang="en">
<head>
<title>Example of HTML address tag (check)</title>
</head>
<body>
<address>
Written by <a href="mailto:webmaster@example.com">Jon Doe</a>.<br>
Contact us at:<br>
Post Box 210, Hollywood<br>
USA
</address>
</body>
</html>