Font size
WorksheetsHTML 1
Total questions: 81
Worksheet time: 40mins
A tag that contains a starting tag as well as an ending tag is called:
a child tag
an empty tag
a root tag
a container tag
< P > tag is a/an:
Empty tag
Closed tag
Container tag
Open tag
The tag that does not have any content:
Simple text
Container tag
Empty tag
Paired tag
A document on the World Wide Web is called:
webpage
webserver
web browser
notepad
HTML tags are:
Case sensitive
Not case sensitive
Overridden
Complex
To end a tag, use:
Angle bracket
Forward slash
Backward slash
End tag
A web browser sends a request to the
Client
Web Server
HTTP
Computer
Text used to link various web pages is called:
HTML
Internet
Web pages
Hypertext
< P > tag is a/an:
Container tag
Empty tag
closing tag
none of these
<Title> tag is given within
<head> tag
<p> tag
<body> tag
<table> tag
What does HTML stand for?
Hyper Tremendous Movie Lines
Hyper Text Markup Language
Hey Thanks for Making me Late
What is debugging?
Use bug spray to kill bugs
Swatting flies with a magazine
Finding and fixing problems with code
Making comments to help make code easier to read
In the tag <img src="Piedmont.jpg"/> what is the file name?
<img
.jpg
</>
Piedmont.jpg
An ordered list will have ________.
bullet points
numbers
none of the above
An unordered list will have _______.
bullet points
numbers
none of the above
Which tag is used to create a hyperlink?
<link>
<a>
<href>
<url>
What does the <title> tag define in an HTML document?
The main content
The header section
The document's title
The footer information
Which of the following is a valid way to comment in HTML?
<# This is a comment #>
<? This is a comment ?>
<!-- This is a comment -->
<* This is a comment *>
Which of the following tags is used to create a line break in HTML?
<lb>
<line>
<break>
<br>
What is the purpose of the <meta> tag in an HTML document?
To define the document's character set
To create a link to a stylesheet
To add a title to the document
To insert images
Which attribute is used to specify the destination of a hyperlink?
url
href
src
link
Which of the listed heading tags creates the largest heading?
H2
H3
H4
H6
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
HTML stands for...
Hyper Text Markup Language
High Tech MachineLanguage
High Tech Modem Language
Hyper Tech Markup Lexicon
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which is the correct HTML tag for creating an unordered list?
<ul>
<uline>
<u>
<under>
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
Which tag pair is used to create the largest heading?
<h1></h1>
<h9></h9>
<h type = "largest"></h>
<h6> </h6>
The beginning tag works like the "on" switch and the ending tag works like the "off" switch.
True
False
The 7th grade students want to make a list of the winners of a race using numbers They would use which HTML tag?
<ul></ul>
<ol></ol>
<list></list>
Everything visible on a web page goes between these two tags.
<body> </body>
<title> </title>
<header> </header>
None of the Above
Which of the following creates the smallest header?
<H2><./H2>
<H3></H3>
<H4></H4>
<H6></H6>
Website Content is the text, images, and other elements included in a web page.
True
False
When coding an ordered or unordered list, each separate item in the list uses this tag:
<li></li>
<list></list>
<item></item>
Which of these is another name for a web page address?
CSS
JAVA
URL
CNN
More than 90 percent of websites on the Internet are coded using HTML.
True
False
The universally accepted name for the first page on a website is
home.html
index.html
first.html
Who is considered by many to be the "Father of the World Wide Web" and the creator of HTML?"
Tim Berners-Lee
Tim Cook
Tim Sweeney
Which of the following pieces of code will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
It is a global network of billions of computers and other electronic devices.
search engine
internet
web browser
all of the above
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 of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
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>
You need a closing tag for an image without text
True
False
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>
Which of the following contains a nested list
<ul>
<li>Apples</li>
<li>Cookies</li>
<li>Milk</li>
</ul>
<ul>
<li>Apples</li>
<li>
Cookies
<ul>
<li>Chocolate Chip</li>
<li>Peanut Butter</li>
</ul>
</li>
<li>Milk</li>
</ul>
<th></th> is the code for .....
a table row
a table column
a table header
Thanos
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;”>
When working with color codes RGB stands for...
Green Red Purple
Red Great Blue
Red Green Blue
Blue Green Raspberry
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which is the correct HTML tag for creating an unordered list?
<ul>
<uline>
<u>
<under>
Which tag pair is used to create the largest heading?
<h1></h1>
<h9></h9>
<h type = "largest"></h>
<h6> </h6>
The 7th grade students want to make a list of the winners of a race using numbers They would use which HTML tag?
<ul></ul>
<ol></ol>
<list></list>
Everything visible on a web page goes between these two tags.
<body> </body>
<title> </title>
<header> </header>
None of the Above
Which of these is another name for a web page address?
CSS
JAVA
URL
CNN
More than 90 percent of websites on the Internet are coded using HTML.
True
False
The universally accepted name for the first page on a website is
home.html
index.html
first.html
Who is considered by many to be the "Father of the World Wide Web" and the creator of HTML?"
Tim Berners-Lee
Tim Cook
Tim Sweeney
Which of the following pieces of code will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
Which tag configures the next element or portion of text to display on a new line?
<line>
<nl>
<br>
<new>
Which tag is used to link web pages to each other?
<link> </link>
<hyperlink> </hyperlink>
<a href = "url of site"> </a>
<body> </body>
A "Container Tag" in HTML has _________
Only Ending Tag
Only Starting Tag
Both Starting and Ending Tag
None
HTML is a basic language as compared to XML and Java
True
False
May be
The action attribute of a form
tells how the information should be sent to the server.
tells what web page or script will process the form.
lets the user select from a set of options
is a button command that processes the form
The method attribute of a form
tells which web page or script should process the form
lets a user select from a set of options
tells how the form data should be sent to the server
verifies whether an email address is valid
The problem with the Get method
form data is not encrypted
form data appears in the URL
it is not reliable
only part of the data is sent to the server
When retrieving information, the ___ method will work.
search
put
get
post
The select field in a form
is used inside an input element.
provides users with a set of options to choose from.
auto-completes as the user types data.
cannot have a default option setting.
In a form, <input type="text" ...>
cannot be set to "required"
is not valid
will accept multiple lines of characters.
will accept only a single line of characters.
Which of the following is the correct way to create a line break in HTML?
<break>
<br>
<linebreak>
<lb>
What does the <meta> tag in HTML provide?
Page content
Scripts for the page
Metadata about the HTML document
Links to stylesheets
Which attribute is used to specify the destination of a hyperlink?
link
target
src
href
