Skip to content

Commit 3a6c335

Browse files
committed
Exercises: HTML
1 parent f553565 commit 3a6c335

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

html/exercises/index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
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 Developement</h1>
12+
<ol>
13+
<li>"1: it is challenging"</li>, <li>2: it will provide oppurtunity</li> <li>3: something new</li>
14+
</ol>
15+
<a> href="https://www.webelements.com/" target="_blank">WebElements</a>
16+
<p>i would like to make a website with my super web Developement powers that consists
17+
of being able to customize your own vlothing brands, including but not limited too:
18+
hats, hoodies, shoes, pants and gloves. With each product with be with the highest
19+
quality material.
20+
</p>
1521
</body>
1622
</html>

0 commit comments

Comments
 (0)