need answers to html quiz in 15 mins

profilesauce111
1.docx

1)

The ____ attribute is always used with the value text/css to identify the section of code that defines a CSS style.

(1pts)

 

index

 

format

 

key

 

type

2)

To save a file using the keyboard, press ____.

(1pts)

 

[F1][S]

 

[Ctrl][S]

 

[Alt][S]

 

[S]

3)

A(n) ____ list is used to display information in sequential order.

(1pts)

 

bulleted

 

numeric

 

alphanumeric

 

ordered

4)

The default for the text-align property is ____.

(1pts)

 

right

 

center

 

left

 

justify

5)

HTML supports ____ levels of headings.

(1pts)

 

six

 

four

 

three

 

eleven

6)

Code numbers for special characters are preceded by a ____.

(1pts)

 

*

 

^

 

&

 

#

7)

Web pages are text files written in a language called ____.

(1pts)

 

SGML

 

HTML

 

Perl

 

Java

8)

http://www.generousdonations.org/charities/index.htm

 

In the accompanying figure, the suffix is ____.

(1pts)

 

http

 

org

 

www

 

generousdonations

9)

____ formatting tags describes the element’s appearance and is available to both audio and display devices.

(1pts)

 

Logical

 

Physical

 

Intrinsic

 

Appearance

10)

The value for the ____ attribute is the name of the image map.

(1pts)

 

hotspot

 

area

 

usemap

 

append

11)

Inline styles require that you format each element individually.

(1pts)

True  False

12)

If you use a hexadecimal value for a color, you preface the hexadecimal string with a(n) ____.

(1pts)

 

flag (#)

 

exclamation point (!)

 

question mark (?)

 

ampersand (&)

13)

Closing (or end) tags are identified by the ____ that precedes the tag name.

(1pts)

 

pound sign

 

slash

 

ampersand

 

exclamation point

14)

http://www.generousdonations.org/charities/index.htm

 

In the accompanying figure, the protocol is ____.

(1pts)

 

generousdonations

 

org

 

http

 

www

15)

To specify a background color for the entire Web page, code the <____> tag.

(1pts)

 

html

 

body

 

head

 

page

16)

a { font-weight: bold; font-size: 12pt; color: navy: } #sidebar a:link { font-size: 12pt;

color: white;

background-color: brown;

padding: .5em;

text-align: center;

font-weight: bold;

display: block; }

 

#sidebar a:visited {

font-size: 12pt;

padding: .5em;

color: black;

text-decoration: none;

display: block; }

 

According to the code in the accompanying figure, the link text will be black.

(1pts)

True  False

17)

An element that does not store content is referred to as a(n) ____ element.

(1pts)

 

block-level

 

empty element

 

two-sided

 

none of the above

18)

You begin a defined term with the <____> tag.

(1pts)

 

df

 

dd

 

dt

 

dl

19)

You can include as many <____> tags as you want to have links in an image map.

(1pts)

 

link

 

hspot

 

area

 

map

20)

A(n) ____ folder is a folder that is at least one level higher in the directory structure.

(1pts)

 

antecedent

 

parent

 

ancestor

 

ante

21)

An independent class selector begins with a ____.

(1pts)

 

&

 

#

 

.

 

^

22)

A(n) ____ is a distinct object in a Web document, like a paragraph, a heading, or the page’s title.

(1pts)

 

key

 

index

 

icon

 

element

23)

http://www.generousdonations.org/charities/index.htm

 

In the accompanying figure, the domain name is ____.

(1pts)

 

http

 

generousdonations

 

org

 

www

24)

Letter spacing is known as ____.

(1pts)

 

leading

 

heading

 

kerning

 

tracking

25)

You begin a definition list with the <____> tag.

(1pts)

 

dl

 

dd

 

df

 

dt

26)

The value of the ____ reference attribute is the destination for the link.

(1pts)

 

keylink

 

access

 

expression

 

hypertext

27)

The CSS ____ property changes vertical spacing between lines of text.

(1pts)

 

vert-line

 

line-height

 

line-vertical

 

vert-spacing

28)

The body element contains information about the document (e.g., its title or keywords that a search engine on the Web might use to identify this document for other users).

(1pts)

True  False

29)

____ is used to send packets of information across communication lines.

(1pts)

 

TCP/IP

 

FTP

 

DNS

 

URL

30)

a { font-weight: bold; font-size: 12pt; color: navy: } #sidebar a:link { font-size: 12pt;

color: white;

background-color: brown;

padding: .5em;

text-align: center;

font-weight: bold;

display: block; }

 

#sidebar a:visited {

font-size: 12pt;

padding: .5em;

color: black;

text-decoration: none;

display: block; }

 

According to the code in the accompanying figure, the visited link text will be black.

(1pts)

True  False

31)

The order of the pseudo-class selectors does not matter.

(1pts)

True  False

32)

If an HTML file and the file to which it links reside in the same file folder, this is called ____ file addressing.

(1pts)

 

relative

 

dynamic

 

referential

 

absolute

33)

A(n) ____ element is any element that automatically generates a blank line above and below the element.

(1pts)

 

layout

 

integrated

 

border

 

block-level

34)

If an image file is located in the same folder as the HTML file, you do not need to include any file location path information.

(1pts)

True  False

35)

It is required to place the image map code just above the code for the image map.

(1pts)

True  False

36)

If two folders are on the same level, they are referred to as ____ folders.

(1pts)

 

sibling

 

operational

 

related

 

matching

37)

The value of ____ aligns text on both the left and the right.

(1pts)

 

fullwidth

 

justify

 

complete

 

window

38)

Tags that are one-sided contain no content.

(1pts)

True  False

39)

The ____ attribute is used to determine what part of your image will be used as a link.

(1pts)

 

coordinates

 

link

 

area

 

href

40)

____ fonts do not have decorative tails.

(1pts)

 

Cursive

 

Sans-serif

 

Serif

 

Decorative

41)

If you omit either one of the quotation marks when you create a style, the style will not take effect.

(1pts)

True  False

42)

Which of the following is a valid class name?

(1pts)

 

2inchlineheight

 

class name

 

dynamic

 

all of the above

43)

The CSS color property changes the foreground color, which determines the color of text.

(1pts)

True  False

44)

The ____ color property determines the color that will appear behind text or for the entire Web page.

(1pts)

 

anterior

 

display

 

foreground

 

background

45)

The ____ before an element name is required and is part of the pseudo-element name.

(1pts)

 

asterisk

 

semicolon

 

ampersand

 

colon

46)

____ define a change to a Tag.

(1pts)

 

Styles

 

Attributes

47)

For ordered lists, the ____ list-style type displays as i, ii, iii, and so forth.

(1pts)

 

lower-alpha

 

upper-roman

 

decimal

 

lower-roman

48)

The ____ section provides identifying and descriptive information about the Web page.

(1pts)

 

body

 

title

 

main

 

head

49)

If you do not include the ____ protocol, a link to another Web site will not work.

(1pts)

 

htm://

 

http://

 

html://

50)

____ images are for photographs and other images with gradient color.

(1pts)

 

jpg

 

gif

 

tif

 

png

51)

To refresh a web file, press the F5 key.

(1pts)

True  False

52)

When styles are written in the <head> section, they are referred to as a(n) ____ style.

(1pts)

 

integrated

 

external

 

inline

 

embedded

53)

The ____ property is used to control the case of text within an element.

(1pts)

 

text-transform

 

text-transfer

 

font-case

54)

You can use the <____> HTML element as a selector.

(1pts)

 

br /

 

p

 

frameset

 

frame

55)

The ____ property sets the appearance of text as italic, oblique, or normal.

(1pts)

 

font-family

 

font-weight

 

font-style

 

font-variant

56)

The <____> logical formatting tag indicates that characters should be emphasized in some way; they usually display with italics.

(1pts)

 

i

 

b

 

strong

 

em

57)

In the CSS code h1 {font-family: helvetica, arial, sans-serif}, the font given first priority is _____.

(1pts)

 

Helvetica

 

Arial

 

Serif

 

All have equal priority

58)

Do not increase the font size in a rollover by more than ____.

(1pts)

 

.5pt

 

2pts

 

2px

 

12px

59)

The ___________, in the head section, is used to display title bar information.

(1pts)

 

title

 

header

 

footer

 

caption

60)

If you write a program without following the correct ____, the program will not run, or will not run as intended.

(1pts)

 

declaration

 

baselines

 

attributes

 

syntax

61)

You can use the ____ property to position an image so that the image is centered vertically.

(1pts)

 

vertical

 

vertical-align

 

center-align

 

alignment

62)

http://www.generousdonations.org/charities/index.htm In the accompanying figure, the name of the Web page you are viewing is ____.

(1pts)

 

www

 

charities

 

generousdonations

 

index.htm

63)

Together, the selector, the property, and the value are known as a(n) ____.

(1pts)

 

rule

 

key

 

baseline

 

element

64)

A(n) ____ represents a single dot on the output device.

(1pts)

 

element

 

link

 

icon

 

pixel

65)

Using CSS you can create a ____ for the <em> tag so that whenever you use it within your code, the text within the <em> tags is formatted not just as italicized text, but also as 14pt, Arial, and red, for example.

(1pts)

 

baseline

 

style

 

format

 

key

66)

When you declare the selector for a dependent class, a(n) ____ serves as a flag character.

(1pts)

 

period

 

caret

 

colon

 

ampersand

67)

With nested tags, the first element opened is the first element closed.

(1pts)

True  False

68)

A Web ____ is a software program that allows you to view and interact with Web pages.

(1pts)

 

browser

 

server

 

client

 

station

69)

The ____ attribute of the <img /> tag indicates the name and location of the graphic file.

(1pts)

 

location

 

file

 

src

 

name

70)

The value of the usemap attribute is preceded by a ____ character.

(1pts)

 

&

 

%

 

#

 

$

71)

If an image file is located in another folder or on another computer, you need to include the full location path and use the src attribute.

(1pts)

True  False

72)

Text in the <strong>...</strong> tags is interpreted by browsers as ____.

(1pts)

 

italicized

 

red

 

bold

 

underlined

73)

To create a CSS rule, type the declarations, separating a property from a value with a(n) ____.

(1pts)

 

colon

 

ampersand

 

semicolon

 

caret

74)

The pseudo-class selector ____ is used to change the appearance of unvisited link text.

(1pts)

 

:active

 

:hover

 

:visited

 

:link

75)

Documents on the Web are known as Web ____.

(1pts)

 

pages

 

links

 

indices

 

sites

76)

A(n) ____ can serve as a link to the larger version of an image on a target page.

(1pts)

 

expression

 

thumbnail

 

aggregate

 

manifest

77)

To create a hanging indent, you assign the text-indent property a positive value.

(1pts)

True  False

78)

The color you see on a monitor is a combination of three colors: ____.

(1pts)

 

yellow, red, and green

 

black, yellow, and gray

 

red, green, blue

 

green, red, and white

79)

It is a good idea to view your Web pages using different browsers, and if possible, different operating systems.

(1pts)

True  False

80)

The ____ pseudo-element formats only the first letter of a word.

(1pts)

 

:begin-word

 

:open-word

 

:first-letter

 

:initial-letter

81)

The technique of placing one element within another is called ____.

(1pts)

 

nesting

 

interlacing

 

linking

 

loading

82)

If a link is to a file on a different file server, the link must contain a(n) ____ file address.

(1pts)

 

relative

 

referential

 

dynamic

 

absolute

83)

Of sans-serif and serif fonts, ___________________ fonts are more difficult to read on a monitor.

(1pts)

 

sans-serif

 

serif

84)

The ____ pseudo-element formats just the first line of a paragraph.

(1pts)

 

:begin-line

 

:initial-line

 

:open-line

 

:first-line

85)

Before the anchor name, you include ____.

(1pts)

 

<

 

$

 

#

 

&

86)

Both the :first-letter and :first-line pseudo-elements work only with block-level elements.

(1pts)

True  False

87)

The portion of a document that Web users will see is contained between the <____> tags.

(1pts)

 

body

 

head

 

display

 

meta

88)

To style a link, you style the <____> element.

(1pts)

 

a

 

href

 

link

89)

For the value for the list-style-image property, you include the letters url and the name of the image file in ____.

(1pts)

 

curly braces

 

angle brackets

 

braces

 

parentheses

90)

A two-sided tag contains a(n) ____ tag that tells the browser to turn on a feature and apply it to the content that follows.

(1pts)

 

start

 

introductory

 

formatting

 

empty

91)

The ____ property sets text to display in small caps or normal.

(1pts)

 

font-weight

 

font-variant

 

font-style

 

font-family

92)

With either dependent or independent classes, you can apply a ____ repeatedly throughout the document.

(1pts)

 

method

 

volume

 

frame

 

class

93)

With the font-weight property, a value of ____ displays text as bold as possible.

(1pts)

 

0

 

100

 

255

 

900

94)

In HTML, you can nest tags to apply multiple formatting features to the same text.

(1pts)

True  False

95)

All of the following are values of the text-align property EXCEPT ____.

(1pts)

 

body

 

center

 

justify

 

left

96)

At the end of a CSS rule, type a(n) ____.

(1pts)

 

ampersand

 

semicolon

 

caret

 

colon

97)

When the mouse pointer passes over a link, it changes to an icon of a(n) ____ to indicate that it is a link.

(1pts)

 

mouse

 

spider

 

hand

 

hourglass

98)

The pseudo-class selector ____ is used to change the appearance of a link when the user passes the mouse pointer over the link.

(1pts)

 

:hover

 

:link

 

:visited

 

:active

99)

All of the list tags are ____ elements.

(1pts)

 

outlined

 

embedded

 

integrated

 

block-level

100)

A Web ____ is a computer that is connected to the Internet and accessible to anyone with an Internet connection and a Web browser. 

(1pts)

 

server

 

client

 

browser

 

station