Download Student Name

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

URL redirection wikipedia , lookup

Cascading Style Sheets wikipedia , lookup

Transcript
Student Name: ______________________
Teacher:
______________________
District:
Cumberland County
Assessment:
9_12 Business and IT BD10 - Multimedia and Webpage Design Quiz 3
Description:
4.01
Form:
501
Date:
___________
1. What is the difference between an HTML Tag and an HTML element?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
An HTML Tag is case sensitive and an HTML element is not case sensitive.
B.
An HTML Tag defines content and an HTML Element includes the opening and closing tags and
everything in between.
C. An HTML Tag is always paired and an HTML element is an "empty" tag.
D. An HTML Tag defines content and an HTML Element gives additional meaning and content.
2. Sarah wants to create a webpage displaying text in the Arial typeface. Which CSS inline style should she
use?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<body style="font:arial">
B.
<body font="style:arial">
C.
<body style="font-family:arial">
D.
<body family="face:arial">
3. Tiffany's creating a multiple page website and wants consistency in appearance. Which method permits her
to update the appearance of all pages by changing one file?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
CSS External Style Sheet
B.
Inline Styles
C.
CSS Internal Styles
D.
CSS Selector
4. Which tag defines the visible content of a web document?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<body>
B.
<head>
C.
<meta>
D.
<title>
5. John wants the name of his book to appear in search results for Google. Where should this information be
placed within his webpage?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
meta
B.
head
C. body
D.
nav
6. What document or section information contains introductory content or a set of navigational links for the
webpage?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
header
B.
footer
C.
nav
D. div
7. Which CSS inline style results in the text size of a webpage paragraph displaying at 14px?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<p style="font:14px">
B.
<p style="size:14px">
C.
<p font="size:14pt">
D.
<p style="font-size:14px">
8. Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<br>
B.
<hr>
C.
<h1>
D.
<li>
9. Which tag defines the set of navigation links?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
header
B.
footer
C.
nav
D. div
10. What section information contains the author of the document, copyright information, links to the terms of
the use, contact information, etc.
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
header
B.
footer
C.
nav
D. div
11. Which is the correct code to insert a horizontal line in a webpage?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<br>
B.
<h1>
C.
<hr>
D.
<li>
12. What is the proper code to insert an image named "frog.jpg"?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<img src="frog" width="104" height="142">
B.
<img src="frog.jpg" width="104" height="142">
C.
<img="frog.jpg" width="104" height="142">
D.
<img ="frog" width="104" height"142">
13. Which is an example of using an inline CSS style in a webpage?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<p style="color:blue">
B.
p {style=color;blue>}
C.
<p style=color;blue>
D. p {style="color:blue}
14. When using a text editor, what file extension(s) must be used when saving as a web document?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
txt
B.
html or htm
C. doc
D. css
15. Between which paired tags would the visible content of a webpage be displayed?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<html></html>
B.
<head></head>
C.
<title></title>
D.
<body></body>
16. Anthony is creating a webpage on seals. To ensure that his page can be found through Google, Anthony must
include pertinent information in which tag section?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
meta
B.
head
C. body
D.
nav
17. Which of the following is the proper way to code an inline style attribute?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
color=blue
B.
color blue
C. color="blue"
D. color=(blue)
18. Which tag will create a line break in a web document?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<br>
B.
<hr>
C.
<h1>
D.
<body>
19. A properly coded HTML tag will always be found between which two symbols?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
()
B.
{}
C.
[]
D.
<>
20. Which tag provides information about a web site?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<body>
B.
<html>
C.
<meta>
D.
<title>
21. John wants to insert a CSS comment identifying himself as the author. Which line of code correctly inserts
a CSS comment?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<--Written by John Doe-->
B.
/*Written by John Doe*/
C. /!--WrittenbyJohnDoe"/
D.
<Writtenby="JohnDoe">
22. Which line of code correctly creates a link to Amazon's website?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<a ref=http://www.amazon.com>Amazon
B.
<href=http://www.amazon.com>Amazon<a>
C.
<a href="http://www.amazon.com">Amazon
D.
<a href="http://www.amazon.com">Amazon</a>
23. Jerry wants to insert a line break into his webpage. Which code should he use?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<h1>
B.
<li>
C.
<br>
D.
<ul>
24. Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines
the main heading in a web document?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<h1>Product</h1>
B.
<h3>Product</h3>
C.
<h5>Product</h5>
D.
<h6>Product</h6>
25. Which item shows proper syntax for an HTML comment?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<!Comment: "Created by Joe"!>
B.
!Created by Joe!
C.
<!--Created by Joe-->
D.
<Created by Joe>
26. The World Wide Web Consortium (W3C) plays which role in the web development standards?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
It creates websites accessible to everyone.
B.
It develops the standards for HTML and CSS.
C. It develops web browsers.
D. It is the agency that controls the World Wide Web.
27. Which item interprets the source code in a web document?
NCCTE.9_12.BE.BD10.4.01
RBT:
A. Web browser
B.
Text editor
C. HTML editor
D. Web server
28. Which line of code correctly places a gif image named "tiger" into a webpage?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<img src="tiger" alt="BengalTiger" />
B.
<img gif=tiger alt="BengalTiger">
C.
<img src="tiger.gif" alt="BengalTiger" />
D.
<image source="tiger.gif" alt=BengalTiger" />
29. Which item refers to the start tag, the end tag and everything in between?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
HTML Tag
B.
HTML Attribute
C. HTML Element
D.
CSS
30. Which hyperlink shows an absolute link?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
href="www.nytimes.com">NYTimes</a>
B.
<a href="page1.html">Page One<a>
C.
<a href="http://www.target.com">Target<a>
D.
<a href="offers.jpg">Offers<a>
31. A designer would use which tag to create a web page with sections of specific styles?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
header
B.
footer
C.
nav
D. div
32. What tag defines the beginning of a webpage?
NCCTE.9_12.BE.BD10.4.01
RBT:
A.
<h1>
B.
<p>
C.
<html>
D.
<body>