-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (39 loc) · 1.28 KB
/
index.html
File metadata and controls
84 lines (39 loc) · 1.28 KB
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
<!DOCTYPE html>
<html>
<body>
<h1>Julius</h1>
<p> I am a programmer, linguist, information scientist, philosopher, technologist and writer.
<br>
More to come soon! </p>
<!-- Tab links -->
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'London')">London</button>
<button class="tablinks" onclick="openCity(event, 'Paris')">Paris</button>
<button class="tablinks" onclick="openCity(event, 'Tokyo')">Tokyo</button>
</div>
<!-- Tab content -->
<div id="London" class="tabcontent">
<h3>London</h3>
<p>London is the capital city of England.</p>
</div>
<div id="Paris" class="tabcontent">
<h3>Paris</h3>
<p>Paris is the capital of France.</p>
</div>
<div id="Tokyo" class="tabcontent">
<h3>Tokyo</h3>
<p>Tokyo is the capital of Japan.</p>
</div>
<h2> English Curriculum </h2>
First, you must learn the alphabet. But let's assume for now you already know it.
Then, next, you must begin to learn the words.
There are about ____ words in English. (HOW TO PROVE THIS??)
You will learn them in order of frequency and conceptual unity.
What algorithm could achieve this?
Ok.... starting here, anyway.
Then: the words appear in columns based on CLASS.
You get your first grammar rule.
OK!!!!!!!!!
Waiting on responses.
</body>
</html>