2022-10-18 23:08:56 +00:00
|
|
|
<!DOCTYPE=html lang="en-au">
|
2022-10-10 02:08:52 +00:00
|
|
|
<head>
|
|
|
|
<title>My first web page</title>
|
2022-10-18 23:24:47 +00:00
|
|
|
<meta charset="UTF-16">
|
2022-10-10 02:08:52 +00:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>My First Home/Index Page</h1>
|
2022-10-10 02:09:12 +00:00
|
|
|
<hr color="red">
|
2022-10-10 02:08:52 +00:00
|
|
|
<ul>
|
2022-10-10 02:16:01 +00:00
|
|
|
<li><a href="index.html">Home</a></li>
|
2022-10-17 03:19:23 +00:00
|
|
|
<li><a href="contactus.html">Contact Us<a></li>
|
|
|
|
<li><a href="products.html">Products<a></li>
|
|
|
|
<li><a href="services.html">Services<a></li>
|
|
|
|
<li><a href="locations.html">Locations<a></li>
|
|
|
|
<li><a href="shoppingcarts.html">Shopping Carts<a></li>
|
|
|
|
<li><a href="catergories.html">Catergories<a></li>
|
|
|
|
<li><a href="aboutus.html">About Us<a></li>
|
|
|
|
<li><a href="register.html">Register<a></li>
|
2022-10-10 02:08:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
2022-10-10 02:32:04 +00:00
|
|
|
<hr>
|
|
|
|
<h2>Media</h2>
|
2022-10-10 03:13:42 +00:00
|
|
|
<h3>Sounds</h3>
|
2022-10-10 02:39:32 +00:00
|
|
|
<audio controls>
|
2022-10-10 02:38:19 +00:00
|
|
|
<source src="gamestartup.mp3" type="audio/mpeg">
|
2022-10-10 02:38:02 +00:00
|
|
|
</audio>
|
2022-10-10 02:43:45 +00:00
|
|
|
<hr>
|
|
|
|
<h3>Video from YouTube</h3>
|
2022-10-10 02:45:49 +00:00
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/sugvnHA7ElY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
2022-10-10 03:05:40 +00:00
|
|
|
<hr>
|
2022-10-10 03:04:16 +00:00
|
|
|
<h4>Image/Picture<h4>
|
2022-10-10 03:08:30 +00:00
|
|
|
<img src="studentlogo.png" alt="Picture of 2 students">
|
2022-10-10 02:08:52 +00:00
|
|
|
|
2022-10-10 03:21:06 +00:00
|
|
|
</hr>
|
|
|
|
<p>For more information please register</p>
|
|
|
|
<form>
|
|
|
|
<label>Given:
|
|
|
|
<input name="given" type="text">
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
<label>Surname:
|
|
|
|
<input name="surname" type="text">
|
|
|
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
2022-10-10 02:08:52 +00:00
|
|
|
|
|
|
|
<p>Created by Rayyan</p>
|
|
|
|
<p>in a session for Cert 4</p>
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|