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 2a64dc1 commit 0a3213fCopy full SHA for 0a3213f
html/exercises/index.html
@@ -9,8 +9,24 @@
9
</head>
10
<body>
11
<!-- h1 goes here -->
12
+ <h1>Why I Love Web Development</h1>
13
<!-- ol goes here -->
14
+ <ol>
15
+ <li>
16
+ Web development is interesting
17
+ </li>
18
19
+ Web development helps to create websites
20
21
22
+ Web development is fun to learn
23
24
+ </ol>
25
<!-- a goes here -->
26
+ <a href="https://www.webelements.com/" target="_blank">WebElements</a>
27
<!-- p goes here -->
28
+ <p>
29
+ I will make a news website because I like to read news.
30
+ </p>
31
</body>
32
</html>
0 commit comments