TAFENSWCertIVLessonWebsite/index.html

35 lines
430 B
HTML
Raw Normal View History

<html>
<head>
<title>My first web page</title>
2022-10-10 02:09:57 +00:00
<meta charset+"UTF-16">
</head>
<body>
<h1>My First Home/Index Page</h1>
2022-10-10 02:09:12 +00:00
<hr color="red">
<ul>
<li><a href="index.html">Home</a></li>
2022-10-10 02:16:49 +00:00
<li><a href=#>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>