TAFENSWCertIVLessonWebsite/index.html

40 lines
529 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:17:56 +00:00
<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>
2022-10-10 02:32:04 +00:00
<hr>
<h2>Media</h2>
<audio>
2022-10-10 02:36:04 +00:00
<source src="gamestart.mp3" type="audio/mpeg">
2022-10-10 02:38:02 +00:00
</audio>
<p>Created by Rayyan</p>
<p>in a session for Cert 4</p>
</body>
</html>