TAFENSWCertIVLessonWebsite/contactus.html

36 lines
465 B
HTML

<!DOCTYPE= html>
<html lang="en-au">
<head>
<title>Contact us</title>
<meta charset="UTF-16">
</head>
<body>
<h1>My First Contact Page</h1>
<hr color="red">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="ContactUs.html">Contact Us<a></li>
<li>Products</li>
<li>Services</li>
<li>Locations</li>
<li>Shopping Carts</li>
<li>Catergories</li>
<li>About Us</li>
</ul>
<p>Created by Rayyan</p>
<p>in a session for Cert 4</p>
</body>
</html>