WorksheetsReview for Test 3
Total questions: 38
Worksheet time: 31mins
WHAT IS WRONG WITH MY CODE?
<Html></Html>
<Head>
<Title>MY WEB PAGE</Title>
<Body>
<P>Paragraph Text Here.</P>
</Body>
Missing Important Tag
Typo/Spelling
Missing End Tag
Incorrect Tag Placement
What are the two parts that make up every HTML document?
Image and Text
Tags and Text
Head and Body
HyperText and Markup Language
If there is an error in this code, where is it?
No error in this code.
Line 5
Line 9
Line 11
If there is an error in this code, where is it?
No error in this code.
Line 5
Line 9
Line 11
Which tag was used to place the purple tiger paw on this page?
<a>
<img>
<pic>
<p>
(parenthesis)
{curly brackets}
<angle brackets>
"double quotes"
It is a global network of billions of computers and other electronic devices.
search engine
internet
web browser
all of the above
What does WWW stand for?
World Wide Web
Wide World Web
Web World Wide
We Will Wait
A collection of web pages is called a...
web server
web browser
website
WiFi
What do the letters URL stand for?
Universal Resource Locator
Unbelievable Resource Locator
Uniform Resource Locator
Undergound Railway Line
A ___________ is an icon, graphic, or text that links to another file or object. These are what allow web pages to connect to other web pages
hyperlink
HTML Tags
browser
<br>
The ______ ______ is an inline element used to designate a holding space for linked images.
<br> tag
<h1> tag
<img> tag
<ol> tag
<p> tag
is a block element used to designate a paragraph.
is an inline element used to create a new page.
is a block element used to post a picture on a web page.
is an inline element used to style with the color purple.
In CSS, which selector would you use to select a paragraph with a class of "bright"?
.bright
#bright
bright.p
p bright
In CSS, which selector would you use to select an image with an id of "footer"?
img
footer.img
#footer
.footer
Is HTML case sensitive?
Yes
No
Are class and ID selectors in CSS case sensitive?
Yes
No
The correct option to create a class is: .basic {
but the right code to call and use the values and properties of this class would be...
id="basic"
basic();
<basic>
The option to create an Id in HTML is #example {
but the option to call it and use all its properties would be...
class="example"
example="id"
.id=example
If I wanted to assign an attribute to style every single <p> tag what would work best?
p {color: blue;}
.p {color: blue;}
.paragraphs {color: blue;}
#paragraphs {color: blue;}
HTML is the language used to create .....
Web Pages
iPad Applications
Mobile Applications
Games
The LAST tag on a HTML document
</body>
<html>
</html>
None on the above
</body>
Opening Body tag
Paragraph tag
Closing body tag
Header tag
The correct way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
<h1>The 90s</h1>
<p>The 90s</p>
<body>The 90s</body>
<html>The 90s</html>
<title>The 90s</title>
<h1>The 90s</h1>
<head>The 90s</head>
<li>The 90s</li>
<img src="face.png"/>
<image src="face.png"/>
<img="face.png"/>
<"face.png"/>
What is css used for?
Creating web pages
Styling web pages
Linking web pages together
Creating videos
What is this image an example off?
html
css
Look at the HTML code below and predict how the headings will be displayed.
<h3> Eggs </h3>
<h1> Bacon </h1>
<h6> Waffles </h6>
Choose from one of the options.
Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.
Look at the list above and predict the HTML code you would use to display it correctly. Choose from the following answers.
A work or invention that is the result of creativity, such as a piece of writing 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
Debugging: Which of the following html elements contains a bug?
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.
copyright
HTML tag
bug
hyperlink
citation
