Web Design Chapter 3
The HTML tag ____ specifies that text be displayed as bold.
<b></b>
The HTML tag ____ designates a long quotation.
<blockquote>
The ____ tags are used to create a container into which a user can add an inline style.
<span> </span>
The HTML tag ____ displays text as teletype or monospace text.
<tt>
An <img> tag has attributes that can specify which of the following?
Alternate Text, Width, and Height
A ____ class gives you more control over the style on a Web page.
CSS
A bulleted list is also called an ordered list.
False
A thumbnail image is a larger and easier image to load.
False
An embedded style takes precedence over an inline style.
False
Anchor tags do not allow users to move within a single Web page.
False
The <a> tag is called the attribute tag because it is used to define tag properties.
False
____ style tags allow a browser to interpret the tag based on browser settings.
Logical
____ style tags specify a particular font change that is interpreted strictly by browsers.
Physical
Links, by default, are underlined to indicate that they are links.
True
The <a> tag can be used to specify a named location in the same file.
True
The <big> </big> tag increases the font size in comparison to the surrounding text.
True
The chapter discourages use of the phrase "Click here" as a label for links.
True
You can assign more than one e-mail address to a mailto: tag.
True
A(n) ____ path specifies the exact address for the file to which you are linking.
absolute
After specifying an image alignment and defining how text wraps, you must enter a ____ tag to stop the text wrapping.
break(<br/>)
When a visitor clicks a(n) ____, it automatically opens a new message in the default e-mail program and inserts the appropriate e-mail address in the To field.
email or mailto: link
The ____ attribute specifies the URL of the linked page or file.
href
____ style tags allow a browser to interpret the tag based on browser settings.
logical
The ____ tag inserts a blank line above the next object (text or image) after it.
paragraph
A(n) ____ describes the location (folder or external Web site) where the files can be found.
path
____ style tags specify a particular font change that is interpreted strictly by all browsers.
physical
A ____ is attached to a selector with a colon to specify a state or relation to the selector to give the Web developer more control over that selector.
psuedo-class
A(n) ____ path specifies the location of a file, relative to the location of the file that is currently in use.
relative