NEW
Font size
WorksheetsHTML Code
Total questions: 23
Worksheet time: 16mins
HTML stands for:
HyperText Markup Language
HyperTurbo Machine Language
HyperTraining Making Language
HappyTime Makeup Lounge
Every website begins with a file named:
page.html
start.html
main.html
index.html
Pieces of a web page; basic features that most Web pages have in common (such as paragraphs, headings, images, and lists) are called:
Elements
Tags
Characteristics
Designs
The parts of HTML source code that mark the start and end of various elements on the page, and which consist of a command between angle brackets (< > ), are called tags.
True
False
The part of an HTML document that includes the content seen in a web page is the:
Body
Head
Info block
Content block
Type the character that is in the closing tag of a tag pair, but not in the starting tag.
/
\
@
|
The tag that signals to a computer that the file it is reading is an HTML document is _____________ .
<web>
<!DOCTYPE html>
<head>
<html>
All content that will be visible in a web page must be added between these tags:
<html> </html>
<head> </head>
<p> </p>
<body> </body>
The tag pair <h2> </h2> creates content larger than that created by the tag pair <h5> </h5>.
True
False
The largest size heading tag - often used to create the main heading of a web page - is ____ .
<h1> </h1>
<h2> </h2>
<h5> </h5>
<h6> </h6>
Groups together sets of sentences and separates them from surrounding content with some space to form a paragraph on the web page.
<p> </p>
<ol> </ol>
<ul> </ul>
<li> </li>
Creates a numbered list on the web page.
<p> </p>
<ol> </ol>
<ul> </ul>
<li> </li>
Creates a bulleted list on the web page
<p> </p>
<ol> </ol>
<ul> </ul>
<li> </li>
Adds a correctly formatted item to a numbered or bulleted list
<p> </p>
<ol> </ol>
<ul> </ul>
<li> </li>
Which line contains the error?
2
5
7
10
Which HTML code sample correctly creates the content shown below?
The exclusive legal right, given to an originator or an assignee to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
Copyright
Creative Commons
Intellectual Property
Citation
A public copyright licenses that enable the free distribution of an otherwise copyrighted work. A CC license is used when an author wants to give people the right to share, use, and build upon a work that they have created.
Copyright
Creative Commons
Intellectual Property
Citation
A work or invention that is the result of creativity, such as a manuscript or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
Copyright
Creative Commons
Intellectual Property
Citation
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
Copyright
Creative Commons
Intellectual Property
Citation
What is the part of a program that does not work correctly?
Bug
Debugging
Wrong code
<html>
When you find and fix problems in your algorithm or program, you are _______ the program.
Debugging
Bugs
Coding
Fixing
What is the raw text, images, and other elements included in a web page?
Headings
Website
Website Structure
Website Content
