-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 885 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Starter code for HTML workshop</title>
</head>
<body>
<h1>Starter code for HTML workshop</h1>
<p>Here are the pages you can diagram:</p>
<ul>
<li>
<a href="olh-model.html">OLH Model organization page</a>
</li>
<li>
<a href="inclusive-design.html">Inclusive Design product page</a>
</li>
<li>
<a href="brighton-chippy.html">Brighton Chippy business page</a>
</li>
</ul>
<p>Here are the text files you can mark up as HTML:</p>
<ul>
<li>
<a href="hierarchy-of-users.txt">Page from UK Highway Code</a>
</li>
<li>
<a href="fruit-and-veg.txt">Storing your fruit and veg brochure</a>
</li>
<li>
<a href="trading-places.txt">Page from Europeana Archive collection</a>
</li>
</ul>
</body>
</html>