-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsemantic.html
81 lines (67 loc) · 2 KB
/
semantic.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang ="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Peter's Samples from HTML5 and CSS Fundamentals</title>
</head>
<body>
<header>
<h1>GlyphStudy: Hoch 2018</h1>
<h2>Notes and Submissions</h2>
</header>
<nav>
<ol>
<li><a href="#1cD">1C and 1D</a></li>
<li><a href="#2_1">2-1</a></li>
</ol>
</nav>
<section>
<h2>§1</h2>
<p>Notes on this section go here.</p>
</section>
<section>
<h2>§2</h2>
<p>Notes on this section go here.</p>
</section>
<section>
<a id="1cD"><h2>Answers 1C and 1D</h2></a>
<p>1C English to Egyptian: transliterate, translate, and parse
<table style="border: 1px solid black;">
<tr style="border: 1px solid black;">
<td style="border: 1px solid black;">Transliteration in MdC</td>
<td style="border: 1px solid black;"> n ky s</td>
</tr>
<tr style="border: 1px solid black;">
<td style="border: 1px solid black;">Translation</td>
<td style="border: 1px solid black;">to another man</td>
</tr>
<tr style="border: 1px solid black;">
<td style="border: 1px solid black;">Parsing</td>
<td style="border: 1px solid black;">Non-verbal sentence<br/>
n = prep. to<br/>
ky = another (m.s.), adverb comment<br/>
s = man, subject/topic</td>
</tr>
</table>
</p>
<p>Notes on this section go here.</p>
</section>
<article>
<section>
<h2>§3</h2>
<p>Notes on this section go here.</p>
</section>
<section>
<a id="2_1">
<h2>Answers 2_1</h2>
</a>
<p>Notes on this section go here.</p>
</section>
<div>
<p>Here is another item of interest.</p>
</div>
</article>
<footer></footer>
</body>
</html>