Skip to content

Commit 0a3213f

Browse files
committed
htmlexercise
1 parent 2a64dc1 commit 0a3213f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

html/exercises/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,24 @@
99
</head>
1010
<body>
1111
<!-- h1 goes here -->
12+
<h1>Why I Love Web Development</h1>
1213
<!-- ol goes here -->
14+
<ol>
15+
<li>
16+
Web development is interesting
17+
</li>
18+
<li>
19+
Web development helps to create websites
20+
</li>
21+
<li>
22+
Web development is fun to learn
23+
</li>
24+
</ol>
1325
<!-- a goes here -->
26+
<a href="https://www.webelements.com/" target="_blank">WebElements</a>
1427
<!-- p goes here -->
28+
<p>
29+
I will make a news website because I like to read news.
30+
</p>
1531
</body>
1632
</html>

0 commit comments

Comments
 (0)