-
Notifications
You must be signed in to change notification settings - Fork 18
/
html5.html
34 lines (34 loc) · 1.56 KB
/
html5.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>HTML5 培训</title>
<style type="text/css">
body {
line-height: 1.7;
}
a {
color: #444;
}
a:visited {
color: #999;
}
</style>
</head>
<body>
<ul>
<li><a href="/slides.html?file=content/html5/getting-started.md" target="_blank">课程介绍</a></li>
<li><a href="/slides.html?file=content/html5/html5-overview.md" target="_blank">HTML5 简介</a></li>
<li><a href="/slides.html?file=content/html5/web-storage.md" target="_blank">离线应用</a></li>
<li><a href="/slides.html?file=content/html5/canvas.md" target="_blank">Canvas</a></li>
<li><a href="/slides.html?file=content/html5/geolocation.md" target="_blank">地理位置</a></li>
<li><a href="/slides.html?file=content/html5/multimedia.md" target="_blank">视频和音频</a></li>
<li><a href="/slides.html?file=content/html5/web-form-2.md" target="_blank">Web Form 2.0</a></li>
<li><a href="/slides.html?file=content/html5/web-fonts.md" target="_blank">Web Fonts</a></li>
<li><a href="/slides.html?file=content/html5/file-api.md" target="_blank">File API</a></li>
<li><a href="/slides.html?file=content/html5/web-socket.md" target="_blank">Web Socket</a></li>
<li><a href="/slides.html?file=content/html5/css3.md" target="_blank">CSS3 新特性</a></li>
<li><a href="/slides.html?file=content/html5/animation.md" target="_blank">动画效果</a></li>
</ul>
</body>
</html>