forked from udacity/ud891
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.02 KB
/
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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Udacity A11y</title>
<!-- Mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Udacity A11y Course TOC</h1>
<ul>
<li>
<span>Lesson 01: Overview</span>
</li>
<li>
<span>Lesson 02: Focus</span>
<ul>
<li>
<a href="lesson2-focus/01-basic-form">Exercise 01: Basic form</a>
</li>
<li>
<a href="lesson2-focus/02-focusable-element-offscreen">Exercise 02: Focusable element offscreen</a>
</li>
<li>
<a href="lesson2-focus/03-tabindex-greater-than-zero">Exercise 03: Tabindex greater than zero</a>
</li>
</ul>
</li>
<li>
<span>Lesson 03: Semantics, Built-in</span>
</li>
<li>
<span>Lesson 04: Semantics, ARIA</span>
</li>
<li>
<span>Lesson 05: Styling</span>
</li>
</ul>
</body>
</html>