Font size
WorksheetsHTML PRACTICE QUESTIONS
Total questions: 169
Worksheet time: 1hrs 24mins
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
<p> is a _______ tag.
image
paragraph
filename
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
HTML controls the _________ of a webpage.
feel
precision
structure
style
<p> is the opening tag for a _____________
page
paragraph
preorder
period
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
Which character is used to indicate an end tag?
!
#
/
\
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
What is the correct HTML element for inserting a line break?
<lb>
<BREAK>
<br>
<break>
This tag tells the computer this is a document written in HTML.
<p>
<!DOCTYPE html>
<h1>
<html>
This tag contains all the main contents of your webpage.
<body>
<head>
<contents>
<p>
These tags define the start & end of a paragraph. Paragraphs are blocks of text on your web page. Choose 2 answers.
<p>
<P>
</p>
<h1>
This tag defines a heading at the smallest size.
<h6>
<h2>
<h7>
<h1>
This tag defines a heading at the largest size.
<h1>
<h20>
<h3>
<h2>
Match the correct end tag...
<p>
<p/>
<\p>
</p>
</P>
<p> is a _______ tag.
image
paragraph
filename
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
In this code <img src
What does img stand for?
iMac
image
amazing
emma
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
<p> is a _______ tag.
image
paragraph
filename
Web pages starts with which of the following tag?
<form>
<HTML>
<body>
<Title>
Choose the correct HTML element for the largest heading:
<head>
<h1>
<heading>
<h6>
HTML controls the _________ of a webpage.
feel
precision
structure
style
<p> is the opening tag for a _____________
page
paragraph
preorder
period
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
Which character is used to indicate an end tag?
!
#
/
\
Which of the following is the proper format for an HTML tag?
>h1<Content Affected by Tag >/h1<
<h1>Content Affected by Tag<h1>
<h1 Content Affected by Tag />
<h1>Content Affected by Tag</h1>
What is the correct HTML element for inserting a line break?
<lb>
<BREAK>
<br>
<break>
What does HTML stand for?
Hyper Text Markup Language
Hyper Transfer Message Language
Home Tool Markup LanguageHyperlinks
Text Markup Language
The <title> element must be located inside
the <head> element
the <body> element
Which HTML element defines the title of a document?
<meta>
<title>
<head>
Browsers do not display the HTML tags ?
True
False
The start tag is also called the ...................
closing tag.
opening tag
Middle tag
Declaring tag
Web pages starts with which of the following tag?
<Body>
<Title>
<HTML>
<Form>
Which tag we use to create paragraph ?
<p> and </p>
<I> and </I>
<hr> and </hr>
<U> and </U>
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
What defines the beginning and ending of the visible part of a webpage?
<head> main part of the document </body>
<body> main part of the document </html>
d) </body> main part of the document <html>
<body> main part of the document </body>
Which character is used to indicate an end tag?
!
#
/
\
A _______ Is A computer on the internet that is used for storing and running websites.
Command
Server
HTML 5
Ram
Which element would I use to make a level 3 heading
<h1>
<h3>
<heading>
<heading3>
1. What does HTML stand for?
HyperText Markup Language
Hot Mail
How to Make Lasagna
2. How many tags are in a regular HTML element?
1
2
3
3. What is the difference between an opening tag and a closing tag?
The opening tag has a / in front
The closing tag has a / in front
There is no difference
4. What type of tag is < li>?
List tag
An italics tag
A line tag
5. Is < body > an opening tag or a closing tag?
Opening
Closing
6. Is < / body > an opening tag or a closing tag?
Opening
Closing
7. Where is the meta tag only found?
The last page
The home page
The second page
Every HTML page
8. Which is the correct way to tag an image?
src=”myimage.jpg” alt=”type some text”
Src=”myimage.jpg” alt=”type some text”
9. What is an element that does not have a closing tag called?
Tag
Empty element
Closed element
10. Which of the following is the correct example of an empty IMG element?
< img / >
< img > < / img >
< / img>
11. What should values always be enclosed in?
Quotation marks
Commas
Parenthesis
12. Where do all items for the same website need to be saved?
In the same folder
Where ever is fine
In different folders
13. What does <a href =”http://www.youtube.com“ title = ”Go to Google” target=”_blank”> Google </a> do?
Adds a link to google on the page
Adds a search engine to the page
Nothing
Adds a link to YouTube on the page
Choose the correct HTML element for the smallest heading:
What is the correct HTML for adding a table background color?
<Table bgcolor="pink">
<Table backgroundcolor=
"pink">
<Table bgcolour="pink">
None of these
How to create table headings within the table
<TD>
<TH>
<TABLE>
None of these
How to create ordered lists in HTML?
<OL>
<UL>
<DL>
None of these
Which tag is used to create tables in HTML
<TR>
<TD>
<TABLE>
<TC>
Which tag is used to create hyperlinks in HTML?
<Hyper>
<anchor>
<img>
None of these
How to create web forms in HTML?
<FRAME>
<FORM>
<A>
<IMG>
This tag tells the computer this is a document written in HTML.
<p>
<!DOCTYPE html>
<h1>
<html>
This tag indicates the beginning of your code written in HTML.
<li>
<!DOCTYPE html>
<html>
</html>
This tag contains information about your webpage, also called the metadata.
<head>
<header>
<title>
<body>
This tag contains all the main contents of your webpage.
<body>
<head>
<contents>
<p>
These tags define the start & end of a paragraph. Paragraphs are blocks of text on your web page.
<p>
<P>
</p>
<h1>
This tag defines a heading at the smallest size.
<h6>
<h2>
<h7>
<h1>
This tag defines a heading at the largest size.
<h1>
<h20>
<h3>
<h2>
HTML stands for...
(a)
This file name is used for the main page of your website.
main.html
index.html
start.html
mysite.html
A software development technique in which two programmers work together at one workstation.
pair programming
partner programming
team programming
solo programming
Pairs in pair programming are comprised of a ...
navigator
a free loader
driver
passenger
Which of the following is not a heading tag?
<h7>
<h1>
<h2>
<h4>
A piece of a website, marked by a start tag and often closed with an end tag.
HTML Element
HTML Object
HTML Piece
HTML Tag
Match the correct end tag...
<p>
<p/>
<\p>
</p>
</P>
Match the correct end tag...
<body>
</body>
<\body>
</BODY>
<body/>
This is a title or summary for a document or section of a document.
Heading
Paragraph
Mini-title
Header
This tag can be used to break line of text (move to a new line) inside a paragraph.
<br>
<break>
<bl>
<nl>
This tag defines an element of a list.
<li>
<el>
<ol>
<ul>
This tag contains an ordered list.
<ol>
<li>
<ul>
<ord>
This tag represents and unordered list.
<ol>
<li>
<ul>
<un>
Defines the document type
<!DOCTYPE>
<html>
<title>
<head>
Contains metadata/information for the document
<!DOCTYPE>
<html>
<title>
<head>
This tag shows up in the tab above the url bar
<!DOCTYPE>
<html>
<title>
<head>
Contains the entire HTML document
<!DOCTYPE>
<html>
<body>
<head>
Defines the document's body
<!DOCTYPE>
<html>
<body>
<main>
This is a paragraph tag
<h1>
<h2>
<p>
<a>
Defines a single line break
<space>
<br>
<p>
<body>
The largest HTML heading
<h6>
<h1>
<HTML>
<head>
Defines an image
<h1>
<p>
<button>
<img>
Creates a bulleted list (Unordered List)
<ul>
<li>
<li>
</ul>
<ol>
<li>
<li>
</ol>
<li>
</li>
<p>
<li>
<li>
</p>
Which of the following html tags are self closing? (They do not require a second tag to close them?) Select all that apply.
<html>
<img/>
<br>
<button>
Fill in the blank to complete the line of code for inserting an image
< ___ src = "image.jpg">
image
picture
igm
img
Which of the following tags is used for title?
<p></p>
<header></header>
<h1></h1>
<b></b>
Which heading/subheading is the biggest font size?
<h1>
<h2>
<h3>
<h6>
Some tags you have to close with a /
Example: <h1> My Project </h1>
True
False
Which is not a heading/subheading?
<h6>
<h7>
<h1>
<h2>
<a href="https://www.picturelocation"> Click me </a>
Is this coded correctly?
Yes
No
<a herf="https://www.picturelocation"> Click me </a>
Is this coded correctly?
Yes
No, they wrote herf
<a href+"https://www.picturelocation"> Click me </a>
What is wrong with this code?
It should be
<a href=
It should be
<a href-
It should be
<a href/
<a href="https://www.picturelocation"> Click me <a>
What is missing?
Nothing, it is coded correctly.
The / in the closing tag
</a>
They wrote
herf
What color are links or hyperlinks?
red
blue
yellow
green
When a link or hyperlink is purple and not blue, it means...
That you have never ever clicked on it
You have already clicked on it
It is a virus
<br>
what is this called?
a line break
an anchor element
hyperlink
which code lets you enter or return to the next line and helps you stack text on top of other text?
<br>
<a href=
<img src
In this code <img src
What does img stand for?
iMac
image
amazing
emma
In this code <img src
What does src stand for?
sauce
source
saucey-sauce
saucer
<img src="https://www.imagelocation.com">
Is this coded correctly?
Yes
No
<img scr="https://www.picturelocation.com">
Is this coded correctly
Yes
No, src is written wrong
width="600" height="200"
This code can help resize an image when using
<img src
True
False
<img scr="https://www.picturelocation.com">
Is a self closing tag, it does not need a /
True
False
How can you find an image's address?
Right click and choose - open image in new tab
Right click and choose - copy image address
Right click and choose - save link as
What does HTML stand for?
Hyperlink Markup Language
Hypertext Markup Language
Hyperbolic Mark-it
Language
What does CSS handle?
The style and looks of a webpage
The text of a webpage
What does HTML stand for?
(a)
Which element should be at the start and the end of every .html file?
<html></html>
<body></body>
<head></head>
<title></title>
How many levels of headings are available to use in HTML?
6
1
2
10
Which element would I use to make a level 3 heading
<h1>
<h3>
<heading>
<heading3>
What would we use the <p> element for?
Paragraph
Picture
Passage
Which list would we use for a how to guide
Ordered List
Unordered list
Definition List
Which list would you use for if you wanted to explain certain concepts?
Ordered List
Unordered List
Definition list
Which would be the correct code to implement an unordered list?
<ol>
<li>...</li>
<ol/>
<ul>
<li>...</li>
<ul/>
<uol>
<li>...</li>
<uol/>
<li>
<ul>...</ul>
<li/>
Write the code to create a link. Use the following:
<a href=""> </a>
page2.html
Click Here
Please write your name
Which symbol represents notes or comments?
<head>
<em>
<!--...-->
Provides the source reference to display an image
<link>
<input>
<img>
Additional information provided for search engines or other applications.
<img>
<link>
<meta>
Designates the relationship between a document and an external resource
<link>
<form>
<img>
Creates a stand-alone, indented paragraph identifying content quoted from another source
<style>
<blockquote>
<li>
Inserts a visual line break without creating a new paragraph
<hr>
<em>
<br>
Used to divide webpage content into obvious sections
<div>
<html>
<blockquote>
The basic building block for a hyperlink
<a>
<head>
<html>
Adds semantic emphasis. Displays as italics by default in most browsers and readers.
<meta>
<link>
<em>
<form>
Root element of the webpage. Shows that we are using HTML5
<DOCTYPE html>
<html>
<root>
An element within a HTML list
<lo>
<li>
<ul>
<ol>
Contains visible portions of the webpage.
<head>
<body>
<br>
Empty element that generates a horizontal line.
<hr>
<form>
<em>
Contains code that performs background functions, such as meta tags, scripts, styling, links, and other information not overly visible to site visitors that may provide instruction on how to display its content.
<!--...-->
<head>
<div>
A structural element that can contain another document or load content from another website
<blockquote>
<li>
<iframe>
Creates headings. Default formatting is bold.
<html>
<head>
<h1> to <h6>
An element for a form such as a text field.
<form>
<input>
<title>
Used for collecting data from visitors.
<meta>
<html>
<form>
