Skip to content

Commit ba15ddd

Browse files
html exercises
1 parent af641b5 commit ba15ddd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

html/exercises/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
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>Flexability in creative spaces to work, Collaborating with coworkers, Designing pretty userface interfaces</ol>
13+
<a href="https://www.webelements.com/"
14+
target="_blank">WebElements</a>
15+
<p>Web Development allows creative flexability in collaborating with coworkers or working on projects individually</p>
1516
</body>
1617
</html>

0 commit comments

Comments
 (0)