Name:     ID: 
 
Email: 

461Summer08Ch07

Multiple Choice
Identify the choice that best completes the statement or answers the question.
 

 1. 

How would you link to the bookmark #school on the page resume.htm from the home page of the site?
a.
<a href=“resume.htm#school”>Educational Background</a>
c.
<a link=“resume.htmschool”> Educational Background </a>
b.
<a name=“resume.htm#school”> Educational Background </a>
d.
none of these answers
 

 2. 

The __________ attribute of the anchor tag can cause the new web page to open in its own browser window.
a.
target
c.
id
b.
window
d.
none of these
 

 3. 

When do you need to use a fully qualified URL in a hyperlink?
a.
when creating an internal link to the same web page
c.
when linking to a page on an external web site
b.
when linking to a page in another folder on the same site
d.
never
 

 4. 

Use the _______________ property to configure an image to use as a bullet point in an unordered list.
a.
bullet-image
c.
list-style-image
b.
image-style
d.
bullet-style-image
 

 5. 

When configuring CSS to display a printed page, use the ___________ property in the XHTML link tag.
a.
media="print"
c.
media="paper"
b.
out="printer"
d.
media="screen"
 

 6. 

__________________ will cause an object not to display.
a.
display:block;
c.
display:none;
b.
display: 0px;
d.
this cannot be done with CSS
 

 7. 

Set list-style-type to the value ___________ to hide the display of the list markers on an ordered list.
a.
none
c.
invisible
b.
hide
d.
nodisplay
 

 8. 

Select the CSS rules of precedence from the choices below.
a.
external, inline, embedded
c.
inline, embedded, external
b.
external, embedded, inline
d.
embedded, inline, external
 

 9. 

The _______ pseudo-class configures the styles that will apply when the mouse is on a hyperlink.
a.
hover
c.
active
b.
click
d.
over
 

 10. 

The _____ pseudo-class configures the appearance of the hyperlink before it is clicked.
a.
hover
c.
hyperlink
b.
link
d.
active
 



 
         Start Over