Revision 1 HTML
Revision 1 HTML
Revision-1-HTML
1. Use the correct HTML tag to make the text below into a link to
"Library.html" and open the link in a new tab
< = >School Library< >
<body = >
Identify the error in the code and rewrite the corrected code.
1. The following code is intended to create an ordered list, but it is not
displaying as expected. Find the error and fix it.
<ol>
<li>First item
<li>Second item</li>
<li>Third item</li>
</ol>