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 e1dd8e4 commit 7f97357Copy full SHA for 7f97357
html/exercises/index.html
@@ -8,9 +8,13 @@
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>
+ <li>It is challenging</li>
+ <li>It gives me hope of a better life</li>
15
+ <li>It keeps me humble</li>
16
+ </ol>
17
+ <a href="https://education.launchcode.org/intro-to-web-dev-curriculum/html/exercises/index.html" target="_blank">Web Elements</a>
18
+ <p>HTML web elements are an important and necesary tool to creating web pages!</p>
19
</body>
20
</html>
0 commit comments