Skip to content

Commit 70a0d6d

Browse files
committed
HTML Exercises
1 parent 1763afe commit 70a0d6d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

html/exercises/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@
99
</head>
1010
<body>
1111
<!-- h1 goes here -->
12-
<!-- ol goes here -->
12+
<h1>Why I Love Web Development</h1>
13+
<!-- ol goes here -->
14+
<ol>
15+
<li>You learn cool skills</li>
16+
<li>Uses your creativity</li>
17+
<li>It's fun!</li>
18+
</ol>
1319
<!-- a goes here -->
20+
<a href="https://www.launchcode.org/?utm_term=launch%20code&utm_campaign=&utm_source=adwords&utm_medium=ppc&hsa_acc=4368208516&hsa_cam=17593575573&hsa_grp=140721581200&hsa_ad=605818228219&hsa_src=g&hsa_tgt=kwd-297345942641&hsa_kw=launch%20code&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gad_source=1&gclid=CjwKCAiA29auBhBxEiwAnKcSquiGyIJxOIeQq-EU3LbS5GE0C7q6TuDx0C1Zoobww0wWMIe5w9mUqxoC5-0QAvD_BwE">Try LaunchCode!</a>
1421
<!-- p goes here -->
22+
<p>I want to make a website that shows you where the closest public toilet is and ranks it on cleanliness</p>
1523
</body>
1624
</html>

0 commit comments

Comments
 (0)