NEW
Font size
WorksheetsHTML basics
Total questions: 18
Worksheet time: 9mins
Which tag is used to bold text?
<bd>
<bo>
<b>
<bold>
Which tag is used to define a table?
<table>
<t>
<tab>
<b>
Which tag is used to define a hyperlink?
<hl>
<a>
<hyperlink>
<www>
What does "style" define for the HTML shown in the image?
the color & alignment of the text
the size of the text
the background color
the body of the text
What is the <time> tag used for?
to define a time
to define how long the page is valid
to define what time the page was completed
there is no such tag
What is the <option> tag used for?
to define an option in a drop-down list
to define optional attributes on a page
to define optional links on a page
to define optional questions in a survey
What does HTML stand for?
Hypertext Markup Language
Heat the Meatloaf
Hypertext Meta Language
Hypertext Medium Level
What is <!DOCTYPE html> used for?
to inform the browser what type of document to expect
to indicate the end of the HTML code
to indicate a new page on the website
to insert a Google document
What is the <strong> tag used for?
to define important text
to embed a video
to define a picture with a border
to define a bold line break
Which tag is used to define a single line break?
<br>
<slb>
<linebreak>
<line>
What part of the code indicates the url address of the link?
a
body
/a
href
Which tag would display the largest text in a header?
<h1>
<h4>
<h10>
<hlarge>
What does the <p3> tag define?
the 3rd paragraph on the page
a paragraph that is font size 3
the 3rd page of a webpage
the font color pink
Based on the HTML code, what website is the link set to go to?
Based on the HTML code on the left, what will appear in the browser's address bar or on the page tab?
HTML Elements Reference
Basic HTML
DOCTYPE
The code does not define this information
What symbol indicates a closing tag?
/
>
.
)
Based on the image, which of the following is true?
All paragraphs will be centered
The heading will be small and red font
One of the paragraphs will be in red font
One of the paragraphs will be black font and red background
Based on the image, which of the following is true?
The heading will be black font with a powder blue background
The heading will be powder blue font and the paragraph will be tomato font
The background color for the page will be powder blue
The background color for the page will be tomato
