mirror of
https://github.com/reiyua/TAFENSWCertIVLessonWebsite.git
synced 2026-01-20 16:37:48 +00:00
Create index.html
Add, lists, headers, body, coloured header, a horizontal line
This commit is contained in:
commit
230d8f4e1d
1 changed files with 32 additions and 0 deletions
32
index.html
Normal file
32
index.html
Normal 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>
|
||||
Loading…
Reference in a new issue