We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af641b5 commit ba15dddCopy full SHA for ba15ddd
html/exercises/index.html
@@ -8,9 +8,10 @@
8
<!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
9
</head>
10
<body>
11
- <!-- h1 goes here -->
12
- <!-- ol goes here -->
13
- <!-- a goes here -->
14
- <!-- p goes here -->
+ <h1>Why I Love Web Development</h1>
+ <ol>Flexability in creative spaces to work, Collaborating with coworkers, Designing pretty userface interfaces</ol>
+ <a href="https://www.webelements.com/"
+ target="_blank">WebElements</a>
15
+ <p>Web Development allows creative flexability in collaborating with coworkers or working on projects individually</p>
16
</body>
17
</html>
0 commit comments