Skip to content

Commit 36154df

Browse files
committed
first html
1 parent cf59513 commit 36154df

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

html/exercises/index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@
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>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 <a href="https://www.crossfit.com/">crossfit</a> for their website design.</p>
18+
</body>
19+
1520
</body>
1621
</html>

0 commit comments

Comments
 (0)