-
Notifications
You must be signed in to change notification settings - Fork 0
/
HTML5 page.html
103 lines (89 loc) · 2.72 KB
/
HTML5 page.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="description" content="" />
<meta name="author" content="" />
<!-- Turn off caching in all browsers: -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" href="css/styles.css?v=1.0">
<script>
document.createElement('article');
document.createElement('section');
document.createElement('aside');
document.createElement('hgroup');
document.createElement('nav');
document.createElement('header');
document.createElement('footer');
document.createElement('figure');
document.createElement('figcaption');
</script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<header>
<hgroup>
<h1></h1>
<h2 id=""></h2>
</hgroup>
</header>
<aside>
<table>
<tr>
<th class=""></th>
<th scope="col" class=""></th>
<th scope="col" class=""></th>
</tr>
<tr>
<td scope="row"></td>
<td></td>
<td><time datetime=""></time></td>
</tr>
</table>
</aside>
<nav>
<h2></h2>
<ul>
<li><a href="#"></a></li>
<li><a href="#"></a>
<ul>
<li><a href="#"></a></li>
</ul>
</li>
</ul>
</nav>
<article>
<section id="">
<h2></h2>
<p><strong></strong><strong></strong></p>
<figure>
<img src="" alt="" id="" />
<figcaption>
</figcaption>
</figure>
</section>
<section id="">
<h2></h2>
<h3 id=""></h3>
<p><em></em></p>
<p><em></em><em></em></p>
<h3 id=""></h3>
<p></p>
</section>
</article>
<footer>
<h2 id=""></h2>
<p></p>
</footer>
</div>
<script src="js/scripts.js"></script>
</body>
</html>