NEW
Font size
WorksheetsHTML
Total questions: 25
Worksheet time: 12mins
HTML stands for...
Hyper Time Multiple Language
Hyper Text Mark-up Language
Hippo T-Rex Mascot Lemur
Hipper Text Make Language
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<p> tag is for...
Page of Text
Picture
Paragraph of text
Pineapples
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What does a opening tag look like?
< >
</ >
<< >>
<
The <ul> tag is used to mark what type of content?
a bulleted list
a numbered list
a line break
a hyperlink
Which tag is used to mark the items in a list?
<li>
<br>
<ul>
<ol>
The <img> tag is used to mark what type of content?
graphics
video
hyperlinks
data tables
What is an Algorithm?
step by step instructions to solve a problem
computer part
programming language
type of computer
__________ is a group of pages linked together and available online
Website
Browser
Social Media
HTML
What does number 1 stands for?
element
opening tag
content
closing tag
What does number 2 stands for?
element
opening tag
content
closing tag
What does number 2 stands for?
element
opening tag
content
closing tag
What does number 3 stands for?
element
opening tag
content
closing tag
What does number 4 stands for?
element
opening tag
content
closing tag
