-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 805 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h2>Coding for Spatial Practices</h2>
<ul>
<li><a href="Ex2/HousesMuseums.html">Houses or Museums? by Lina Bo</a></li>
<li><a href="Ex2/1-Lists.html">HTML 1 - Lists</a></li>
<li><a href="Ex2/2-Content-Sectioning.html">HTML 2 - Content Sectioning</a></li>
<li><a href="Ex2/3-Text-Content.html">HTML 3 - Text Content</a></li>
<li><a href="Ex2/4-Inline-Text-Semantics.html">HTML 4 - Inline Text Semantics (Rethinking my exercises - one/two tags limit)</a></li>
<li><a href="Ex2/5-Trying-Text-Sizes.html">HTML 5 - Trying Text Sizes</a></li>
</ul>
</body>
</html>