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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,14 @@
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
+
<ol>
13
+
<li>to express ideas</li>
14
+
<li>to educate</li>
15
+
<li>to learn</li>
16
+
</ol>
17
+
<p>I would like to use my web development skill to be able to promote and sell products. For inspiration, I often visit <ahref="https://www.crossfit.com/">crossfit</a> for their website design.</p>
0 commit comments