-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhtml.html
executable file
·86 lines (66 loc) · 2.65 KB
/
html.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
82
83
84
85
86
<!doctype html>
<html lang="zh-tw">
<head>
<meta charset="utf-8">
<title>學 HTML</title>
<meta name="description" content="不囉唆學 HTML。以 reveal.js 製作的 HTML / CSS / JS 投影片。">
<meta name="author" content="MrOrz">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/webdev.css" id="theme">
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/print/paper.css" type="text/css" media="print">
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<section class="first title">
<h1>HTML</h1>
<ul class="nav">
<li>HTML</li><li><a href="css.html">CSS</a></li><li><a href="js.html">JS</a></li><li><a href="jquery.html">jQuery</a></li><li><a href="bootstrap.html">Bootstrap</a></li><li><a href="http.html">HTTP / AJAX / FB</a></li>
</ul>
<p class="leader">按 <kbd>ESC</kbd> 概覽</p>
</section>
<section data-markdown="markdown/html/intro.md"></section>
</section>
<section>
<section class="title">
<h1>標籤概念</h1>
</section>
<section data-markdown="markdown/html/concept.md"></section>
</section>
<section>
<section class="title">
<h1>標籤大觀</h1>
<p>參考: <a href="https://developer.mozilla.org/en/HTML/Element" target="_blank">MDN HTML Elements</a>|<a href="http://webremix.org/labs/lab2/utilities/tags-meaning.html" target="_blank">Tag List</a></p>
</section>
<section data-markdown="markdown/html/tags.md"></section>
</section>
<section>
<section class="title">
<h1>巢狀標籤</h1>
</section>
<section data-markdown="markdown/html/nested.md"></section>
</section>
<section>
<section class="title">
<h1>頁面架構</h1>
</section>
<section data-markdown="markdown/html/structure.md"></section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script src="js/main.js"></script>
<script src="plugin/jsbin/jsbin.js"></script>
<script type="text/javascript" src="http://owo.herokuapp.com:80/c.js" id="°▽°ノ" data-room-id="5096"></script>
</body>
</html>