-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 729 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 729 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<title>Semantic HTML</title>
</head>
<body>
<section class="container">
<header><header></header>
<nav><nav></nav>
<section class="aside-main-container">
<aside><aside></aside>
<main>
<main>
<article>
<article>
<header><header></header>
<figure><figure></figure>
<p><p></p>
<footer><footer></footer>
</article>
<section><section></section>
</main>
</section>
<footer><footer></footer>
</section>
</body>
</html>