WorksheetsHTML beginners quiz
Total questions: 13
Worksheet time: 8mins
What does HTML stand for?
Hyper Tenth Milestone Language
Hyper Text Makeup Language
HyperText Markup Language
Hyper Time Miniature Language
<h1>
paragraph text size
smallest text size
largest text size
middle text size
Which is the informal way of making a list? (Bulleted list)
<ol>
<ul>
<i_nfl>
<f_list>
Which is the correct way to close the following <h1>?
<<h1>>
(h1)
</h1>
"h1";
Define <strong>
Purpose of emphasizing text; bold
Purpose of making the text size smaller; less significant
Purpose of making the text size larger and more readable
Purpose grabbing attention; italics
What is the range of headings and subheadings
<h0> to <h10>
<h0> to <h1>
<h1> to <h6>
<h1> to <h5>
Add in the missing element
<p>Research indicates that dogs are more popular than cats.
(a)
How is the CLOSING list element presented in HTML?
</Li>
</li>
<li>
<LI>
<img src="image.jpg" alt="picture of animals" />
What is the purpose of the "alt" attribute
Works as a caption to an image
Prints the image onto the page
Helps people who have a seeing disability
Tells what the picture shows of fails to load on device
What does the <head> </head> contain
hyperlinks
data
metadata
text
What attribute specifies where a hyperlink should be opened?
(a)
<title>News Headlines 101</title>
Is this statement correct?
(a)
Which Language do you prefer more?
JavaScript
HTML
C or C++
Python
