You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/exercises/index.html
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,13 @@
8
8
<!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
9
9
</head>
10
10
<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
+
<oltype="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
+
<ahref="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>
0 commit comments