Create index.html

Add, lists, headers, body, coloured header, a horizontal line
This commit is contained in:
Ray 2022-10-10 13:08:52 +11:00 committed by GitHub
commit 230d8f4e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
index.html Normal file
View File

@ -0,0 +1,32 @@
<html>
<head>
<title>My first web page</title>
</head>
<body>
<h1>My First Home/Index Page</h1>
<hr clor="red">
<ul>
<li>Contact Us</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>