Skip to content

Commit 7f97357

Browse files
committed
completed exercises for terminal and html sections
1 parent e1dd8e4 commit 7f97357

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

html/exercises/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
<!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
99
</head>
1010
<body>
11-
<!-- h1 goes here -->
12-
<!-- ol goes here -->
13-
<!-- a goes here -->
14-
<!-- p goes here -->
11+
<h1>Why I Love Web Development</h1>
12+
<ol>
13+
<li>It is challenging</li>
14+
<li>It gives me hope of a better life</li>
15+
<li>It keeps me humble</li>
16+
</ol>
17+
<a href="https://education.launchcode.org/intro-to-web-dev-curriculum/html/exercises/index.html" target="_blank">Web Elements</a>
18+
<p>HTML web elements are an important and necesary tool to creating web pages!</p>
1519
</body>
1620
</html>

0 commit comments

Comments
 (0)