Chapter 3 Questions Test Questions

Unlock all answers in this set

Unlock answers
question
Using ____, a Web site's visitors can move from one page to another, and view information in any order.
answer
hyperlinks
question
When text identifies a link, it often appears as ____ text.
answer
Underlined
question
With Internet Explorer, the default color for an active link ____.
answer
Varies in color
question
A(n) ____ makes an image appear as if it has a frame around it.
answer
border
question
If an image has a border but is not used as a link, the border displays in ____.
answer
black
question
An easy way to provide contact information is to include a(n) ____ link on a Web site's home page, as well as on other pages in the Web site.
answer
e-mail
question
A Web developer should design the Web site in such a way that the links from one Web page to another are apparent and the ____ is clear.
answer
Navigation
question
The ____ tags create a container that defines logical sections in your Web page.
answer
question
By default, an image is ____.
answer
left-aligned
question
If you want to use the default bullet style, the ____ attribute does not need to be included.
answer
list-style-type
question
With an e-mail link, the link text used typically is the ____.
answer
email address
question
When a visitor clicks a(n) ____________________ link, it automatically opens a new message in the default e-mail program and inserts the appropriate contact e-mail address in the To field.
answer
mailto
question
The form of an e-mail link is ____.
answer
linktext
question
A(n) ____ path specifies the exact address for the file to which you are linking or displaying a graphic.
answer
absolute
question
____ paths specify the location of a file, in relation to the location of the file that is currently in use.
answer
Relative
question
A valid value for the font-size property is ____.
answer
an actual numeric size; the value medium, and a percentage
question
The font-weight property takes all of the following values EXCEPT the ____ value.
answer
oblique
question
A(n) ____ style sheet is a separate document with a .css extension.
answer
external
question
In this embedded style h1 {font-family: Garamond; font-size: 32pt}
the h1 element is the ____.
answer
Selector
question
If a Web page uses a Geneva font, but Arial would also work well, you create a comma-separated list of acceptable fonts, using your text as the code.
answer
face
question
Which of the following is NOT a pseudo-class that can be used when applied to the anchor or link selector?
answer
focus
question
A pseudo-class is attached to a ____ to specify a state or relation and give the Web developer more control.
answer
selector with a colon
question
The code ____ eliminates completely the underline on text links.
answer
a:hover text-decoration: none
question
When the browser recognizes a(n) ____________________ URL in a clicked link, it automatically opens a new message in the default e-mail program and inserts the appropriate contact e-mail address in the To field.
answer
mailto
question
. A(n) ____________________ describes the location (folder or external Web site) where the files can be found.
answer
path
question
A(n) ____________________ element or attribute is one that has been outdated.
answer
depreciated
question
The tags are a(n) ____________________ style tag that displays text as bold.
answer
physical
question
The <____________________> tag designates a long quotation.
answer
blockquote
question
The <____________________> tag is a logical style tag that displays text with emphasis and usually appears as italicized.
answer
em
question
The <____________________> tag is a physical style tag that displays text as italicized.
answer
i
question
The <____________________> tag is often used for text in column format in another document pasted into HTML code.
answer
pre
question
Text that displays below normal text is called ____________________.
answer
subscript
question
Text that displays above normal text is called ____________________.
answer
superscript
question
Teletype text is also called ____________________ text.
answer
monospace
question
____________________ style tags allow a browser to interpret the tag based on browser settings, relative to other text on a Web page.
answer
logical
question
The

heading tag is a(n) ____________________ style that indicates that the heading text should be larger than regular text but smaller than text formatted using an

heading tag.
answer
logical
question
The tags are a(n) ____________________ style, which indicates that the text should have a strong emphasis, and which most browsers interpret as displaying the text in bold font.
answer
logical
question
____________________ style tags specify a particular font change that is interpreted strictly by all browsers.
answer
physical
question
To make a style of one paragraph to be different from the style of others, you can define specific elements of an HTML file as a category, or a(n) ____.
answer
class
question
The part of the style statement that identifies the page elements is called the ____.
answer
declaration
question
The tag and the class name are separated by a(n) ____.
answer
period
question
Once you have added a style statement with the class name "footer" you can display text in the style of that class using the ____ tag.
answer
question
To establish a class in which text associated with the class name "footer" displays in a 9-point blue font, you would add a style statement like this one: ____.
answer
p.footer {color: blue; text-size: 9pt}
question
If you find a graphic you want to use, right-click the image, click ____ on the shortcut menu, and then save the image to your computer.
answer
Save Picture As
question
The ____ of an image impacts how long it takes an image to load.
answer
Size, complexity
question
To create a(n) ____ version of an image, the image can be resized to a smaller size in a paint or image-editing program and then saved with a different file name.
answer
thumbnail
question
A(n) ____________________ image is a smaller version of the image itself.
answer
thumbnail
question
The
tag clears all text alignments.
answer
both
question
To create links within the same Web page, the ____________________ for the links first must be created.
answer
target
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New