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 <meta
7 name="description"
8 content="A description of the page and its contents"
9 />
10 <link rel="stylesheet" href="styles.css" />
11 <title>Page Title</title>
12 </head>
13 <body>
14 <header>
15 <nav>
16 <ul>
17 <li>Home</li>
18 <li>Blog</li>
19 </ul>
20 </nav>
21 </header>
22 <main>
23 <section>
24 <article></article>
25 </section>
26 </main>
27 <script src=""></script>
28 </body>
29</html>
30
1<!-- Enter this text and then hit tab -->
2<!-- Language mode must be HTML -->
3
4html:5
5
6
1<!-- Enter this text and then hit tab -->
2<!-- Language mode must be HTML -->
3
4html:5