WorksheetsIntro to HTML
Total questions: 21
Worksheet time: 14mins
The <body> contains everything that is displayed on the webpage.
True
False
HTML is the language used to create .....
Web Pages
iPad Applications
Mobile Applications
Games
what does html stand for?
Hyper text markup language
Hybrid text method language
hybrid truck monkey lingo
Hyper type marker language
What is an html element?
The code of a page
Images, paragraphs, hyperlinks, headings etc.
The URL of the webpage
The content of a website goes in which tag?
<html>
<head>
<body>
<b>
all html pages begin with which tag?
<html>
<body>
<head>
<i>
all html pages begin with which tag?
<html>
<body>
<head>
<i>
What do closing tags look like?
</>
<>
{}
()
What do opening tags look like?
()
<>
</>
{}
What symbols surround HTML tags?
" Quotes "
{ curly brackets }
all of the above
< angle brackets >
What is the correct way to write a closing tag?
Slash before tag, like </p>
Slash before bracket, like /<p>
Repeat opening tag like: <p>
Slash after tag, like <p/>
What is the correct way to write a closing tag?
Slash before tag, like </p>
Slash before bracket, like /<p>
Repeat opening tag like: <p>
Slash after tag, like <p/>
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML
HTML Website
HTML Element
HTML Tag
Website Content includes
Images
Raw text
Other elements
All of the Above
Website Structure is the purpose of different pieces of content in a web page, used to help the computer determine how
to set up the web page
to display the content
to change the font size
to change the language to Spanish
What are the 3 parts in the Web lab?
Files, lab, screen
Lab, Screen, Workspace
Files, Workspace, Preview
Files, Screen, Preview
What color is the inspector Tool when it is turned "on"
Green
White
Yellow
Orange
Types of HTML can include Headers, Lists, Paragraphs, & Graphs
True
False
What are the 3 main parts to a paragraph element?
Opening Tag, Contents, Closing Tag
Contents, End Tag, Middle Tag
Beginning Tag, End Tag, Contents
Contents, Opening Tag, Beginning Tag
Which is correct way to display HTML Element to separate a paragraph from the title?
<p =content/>
<p> Content </p>
</p> Content <p>
<p> Content <\p>
What is used to let the computer know what to display on the screen?
Elements
Content
Tags
HTML
