-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 743 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HTML5 new elements</title>
</head>
<body>
<h1>HTML5 new elements(live demo)</h1>
<ol>
<li><a href="sections.html">Sections & Grouping content</a></li>
<li><a href="text.html">Text level semantics</a></li>
<li><a href="embeded.html">Embeded content</a></li>
<li><a href="forms.html">Forms</a></li>
<li><a href="details-summary.html">Details/Summary</a></li>
<li><a href="scripting.html">Scripting</a></li>
<li><a href="picture.html">Picture</a></li>
</ol>
<p><a href="LICENSE.txt">MIT License</a></p>
</body>
</html>