WorksheetsHTML Basic Tags
Total questions: 9
Worksheet time: 11mins
<p> </p>
(a)
<img>
(a)
<ul></ul>
(a)
<li></li>
(a)
<ol></ol>
(a)
Put heading in order from smallest letter size to greatest letter size.
(a)
<html></html>
(a)
When making a web page, which two of the following tasks is HTML the most important language for? (Choose TWO)
A. Making the text a different color.
B. Separating out headings from paragraphs
C. Putting borders on an image
D. Adding information about the copyright
E. Organizing text into a list
A student is using a stylesheet to make all the paragraphs on the website green, but it's not working on index.html, even though it works on the other web pages. What could be causing the problem?
1)The student forgot to link the stylesheet to the index.html page.
2)The student did not upload the images used in the index.html page.
3)The student accidentally misspelled "green" in the stylesheet.
A. 1 only
B. 3 only
C. 1 and 2 only
D. 1 and 3 only
E. All 3 are the issue
