Skip to content

Commit eef6345

Browse files
committed
Video 11 Completed
1 parent 68a9ae6 commit eef6345

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

Video 11/index.html

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Semantic Tags</title>
7+
</head>
8+
<body>
9+
<header>
10+
<nav>
11+
<ul>
12+
<li>Home</li>
13+
<li>About</li>
14+
<li>Contact</li>
15+
</ul>
16+
</nav>
17+
</header>
18+
19+
<main>
20+
<h1>What are Semantic Tags</h1>
21+
22+
</main>
23+
24+
<footer>
25+
Copyright CWH | All rights reserved
26+
</footer>
27+
28+
<!-- <img src="semantic-tags.png" alt=""> -->
29+
</body>
30+
</html>

Video 11/semantic-tags.png

113 KB
Loading

0 commit comments

Comments
 (0)