NEW
Font size
WorksheetsWeb Development/Web Design
Total questions: 46
Worksheet time: 23mins
A piece of a website, marked by a start tag and often closed with an end tag.
HTML tag
HTML element
Website content
Website structure
The purpose of different pieces of content in a webpage; used to help the computer determine how that content should be displayed
HTML tag
HTML element
Website content
Website structure
HTML tag that defines the document's body
<document></document>
<doc></doc>
<body></body>
<b></b>
HTML tag that defines the paragraph
<paragraph></paragraph>
<par></par>
<p></p>
<para></para>
HTML tag that defines the HTML document.
<html></html>
<doc></doc>
<type></type>
<htmldoc></htmldoc>
HTML tag that defines information about the document.
<info></info>
<head></head>
<html></html>
<data></data>
What is HTML?
Holographic Markup Language, a language used to define holographic images
Hyperspace Mileage Language, a language used to define time travel
Hypertext Markup Language, a language used to create web pages
Honeynut Marshmallow Loops, a delicious cereal for kids.
A special set of characters that indicates the start and end of an HTML element and that element's type.
HTML tag
HTML element
Website structure
Website content
HTML tag that defines the document type. Goes before the <html> start tag.
<!DOCTYPE>
<!TYPE>
<!DOCUMENT-TYPE>
<!DOC>
What does the "src" in the image tag stand for?
source
screen
Nothing--it's just HTML code
sorta code
What is Creative Commons?
A collection of public copyright licenses that restrict anyone from distributing copyrighted work
A collection of public copyright licenses that says that a work belongs to no one
A collection of public copyright licenses that says it's okay to plagiarize
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work
What is the correct way to add an image to your website?
<img src="bird.jpg">
<img src="bird.jpg">bird</img>
<img>bird.jpg</img>
<img scr="bird.jpg">
Which tag correctly defines a list item in an ordered or unordered list?
<ol></ol>
<li></li>
<list></list>
<ul></ul>
What does the "alt" tag do when added to the <img> tag?
Adds an alternative location where the image file can be found
Adds text under the image
Adds text that describes the image if the image cannot load
Adds an alternative image to show if the user doesn't like the first one
What tag tells the computer that this is a document written in HTML?
<!DOCTYPE html>
<!-- -->
<html>
<doctype=html>
Which heading tag produces the smallest text?
<h1></h1>
<h6></h6>
<h4></h4>
<h10></h10>
When using HTML, the first tag of a web page is
<html>
<HEAD>
<index>
<!DOCTYPE html>
What goes in the <head> section?
A brain
the title
hair
the body
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
Type the character that is in the closing tag of a tag pair, but not in the starting tag.
/
\
@
|
Every website begins with a file named:
page.html
start.html
main.html
index.html
The Problem Solving Process for Programming
Define, Prepare, Reflect, Try
Try, Define, Reflect, Prepare
Define, Prepare, Try, Reflect
How many heading sizes are there?
2
6
3
What would you use to highlight unfamiliar code?
use html tool
use inspector tool
use google to look up coding terms
If I wanted to number my list, what tag would I use?
<ul>
<ol>
How would I add an image to my website?
I would use the <img src tag
I would copy and paste the image
I would use the <image> tag
Under what tag would I start typing my sentences?
<h1>
<html>
<body>
debug this code. <h1>This is Ms Keane.<h1>What is missing?
<html>
</h1>
</h2>
<p>
Which tag is needed for the following type of lists?
<ul>
<ol>
which one is the closing tag?
option 1
option 2
option 3
What does <li> mean>
it means line
it means linear
it means lists
Which of the following is the largest heading?
h2
h3
h4
h6
A URL identifies
The address of a website
Uniform Resource Logic
