Skip to content

Commit 460836d

Browse files
committed
completed exercise
1 parent 730003e commit 460836d

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 type="1">
13+
<li>Always a challenge</li>
14+
<li>The 'AHA' moments</li>
15+
<li>Getting to work with others learning the same skills</li>
16+
</ol>
17+
<a href="https://education.launchcode.org/intro-to-web-dev-curriculum/html/exercises/index.html">HTML Practice Exercises</a>
18+
<p>With my newly developed web development superpower, I would like to develop a website that could help forensic science analysts in a crime lab setting.</p>
1519
</body>
1620
</html>

0 commit comments

Comments
 (0)