NEW
Font size
WorksheetsG10_Quiz1_2024_HTML
Total questions: 20
Worksheet time: 10mins
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What does this tag stand for? <b>
bright
big
beautiful
bold
What is the difference between <h1> and <h2>?
<h1> is larger in size than <h2>
<h2> is larger in size than <h1>
both are the same size but different headings
none of the above
Which tag would you use to insert a image?
<marquee>
< a href>
<br>
<img src>
Which tag would you use to create a hyperlink?
<a href>
<img src>
<br>
<link>
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
What type of tag is this: <!-- -->
comments
questions
paragraph
image
<p> is a _______ tag.
image
paragraph
filename
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
You need a closing tag for an image without text
True
False
Which of the following is the code for a paragraph to be blue?
<td style=“background-color:blue;”>
<h1 style=“font-size:60px;”>
<p style=“color:blue;”>
<tagname style=“property:value;”>
What is the correct syntax for defining a hyperlink in HTML?
<a href=”url”> Link text </a>
<a href=”url”> Link text <a>
<a=”url”> Link text <a>
<ref=”url”> Link text <a>
What does a opening tag look like?
< >
</ >
<< >>
<
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
