NEW
Font size
WorksheetsHTML Intro Quiz
Total questions: 16
Worksheet time: 48mins
What does HTML represent?
Hyper Text Manual Language
HyperText Markup Language
HyperText Manual Links
HyperText Markup Links
What does <!DOCTYPE html> stand for?
The start of a CSS file
The start of a JavaScript file
The document type and version of HTML
The end of an HTML file
What is the role of the
tag in an HTML document?It displays the main content.
It contains metadata and links to resources.
It adds images to the page.
It creates a list of items.
The <title> in the browser is located in which section?
<Body>
<Head>
What does the <h1>
tag represent in HTML?
A paragraph
A heading
A list item
A heading
A hyperlink
What size is <h6>?
Largest size
Smallest size
Which tag is used to create a paragraph in HTML?
<paragraph>
<para>
<pg>
<p>
What does the <body> section hold?
The main visual content of the page
The content displayed only in the browser
Instructions for the browser
Every piece of content in HTML code needs to have an _______?
Opening and following tags
Open-ended and closing texts
Outer and closing tags
Opening and closing tags
"SEO" stands for?
Server Engine Operation
Systematic Electronic Optimization
Search Engine Optimization
Site Efficiency Organizer
What are the two parts of any game, app, or website?
Framework and design
Frontend and Backend
Foreground and background
Uplink and Downlink
Where do you put instructions and settings for the browser in an HTML document?
In the <body> section
In the <head> section
In the <!DOCTYPE html> section
In the note section that you comment out
Which tag is used to add an image to a webpage?
<img>
<image>
<ima>
<iag>
What are the META tags used for?
META tags are used to label its author directly on the website for users to see
META tags are used to label its author and program keywords for SEO only for the browser.
Which is the correct opening and closing tag?
Opening: </ >
Closing: < >
Opening: < >
Closing: <- >
Opening: < >
Closing: </ >
Opening: < >
Closing: <= >
What is the necessary part missing from this HTML skeleton to work?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head>
</head>
<div>
</div>
<img>
</img>
<head>
