WorksheetsHTML & CSS Quiz Review ICS
Total questions: 26
Worksheet time: 13mins
< p > are used to code______.
< p >
< h1 >
< img >
< li >
What does < li > stand for?
< h1 >
< h2 >
< h3 >
< h6 >
< \ >
< / >
What does a < ol > tag do?
Does the < li > tag need to have an end tag?
Where are the < html > and < / html > tags used?
< html > at the beginning. < /html > at the end.
< /html > at the beginning. < html > at the end.
What is the < ul > used for?
Used to remove a < li >
from a webpage.
How does a HTML page start?
< @ DOCTYPE html >
< ? DOCTYPE html >
< ! DOCTYPE html >
< / DOCTYPE html >
< ol >
< li > red < / li >
< li > orange < / li >
< li > yellow < / li >
< li > blue < / li >
< / ol >
< ul >
< li > red < / li >
< li > orange < / li >
< li > yellow < / li >
< li > blue < / li >
< / ul >
< li > red < / li >
< li > orange < / li >
< li > yellow < / li >
< li > blue < / li >
< ul >
red
orange
yellow
blue
< / ul >
< ol >
< li > brush your teeth < / li >
< li > put tooth paste on tooth brush < / li >
< li > rinse your tooth brush < / li >
< li > spit in the sink < / li >
< / ol >
< ul >
< li > brush your teeth < / li >
< li > put tooth paste on tooth brush < / li >
< li > rinse your tooth brush < / li >
< li > spit in the sink < / li >
< / ul >
< li > brush your teeth < / li >
< li > put tooth paste on tooth brush < / li >
< li > rinse your tooth brush < / li >
< li > spit in the sink < / li >
< ol >
1. brush your teeth
2. put tooth paste on tooth brush
3. rinse your tooth brush
4. spit in the sink
< / ol >
What is the error in this line of HTML?
< / p > Hello < p >
The elements should be:
< paragraph >
The elements should be: < / > Hello < p / >
The elements should be:
< p > Hello < / p >
< head >
< body >
< vis >
< p >
Which HTML tag is used to create a hyperlink?
< a >
< url >
< link >
< href >
What is the correct CSS property to change the text color?
color
background-color
text-color
font-color
