Pop Quiz 1 Flashcards

1
Q

The fundamental building block in every Hypertext Markup Language (HTML) document is the ___ tag, which marks a component in the document.

A

element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

An e-mail address can be turned into a hypertext link using the URL ___.

A

mailto:address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Documents on the web stored on web servers are known as web ___.

A

pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

To add notes or comments, insert a comment tag using the syntax ___.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hypertext Markup language (HTML) version ___ added interactive elements, including web forms.

A

2.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hypertext Markup Language (HTML) sectioning elements are also known as ___ because the tag name describes the purpose of the element and the type of content it contains.

A

semantic elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The most common character encoding in use is ___.

A

UTF-8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Web pages are accessed through a software program called a ___.

A

web browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

___ contains a generic grouping of elements within a document.

A

<div></div>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

To force a document to appear in a new window or tab, identify an attribute that should be added to <a> tag.</a>

A

target

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

An e-mail address can be turned into a hypertext link using the URL ___.

A

mailto:address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Identify a Hypertext Markup Language (HTML) embedded element that contains programming scripts used to construct bitmap images and graphics.

A

canvas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

in a two-sided tag, a(n) ___ tag indicates the content’s end.

A

closing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When a doctype is present, browsers will render the page in ___ mode, employing the most current specifications of Hypertext markup Language (HTML)

A

standards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The character set used for the English alphabet is the ___.

A

American Standard Code for Information Interchange (ASCII)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Identify the elements that are either nontextual or contain directives to a browser about how a page should be treated.

A

Empty elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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

A

Hypertext Markup Language (HTML)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which of the following should be used for secure connection over the web?

A

https

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

To add the comment, Welcome John Smith, the syntax would be ___.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

A(n) ___ includes the blank spaces, tabs, and line breaks found within the file.

A

white-space character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which of the following is a popular integrated development environment for web development?

A

Adobe Dreamweaver

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

A network confined to a small geographic area is referred to as a ___.

A

LAN (local area network)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

A(n) ___ represents a single dot on an output device.

A

pixel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

___ is the tint of a color and is usually represented by a direction on a color wheel.

A

Hue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Adding all the three primary colors -red, green, and blue-at maximum intensity produces the color ___, while adding any two of the three primary colors at the maximum intensity produces the trio of complementary colors-yellow, magenta, and cyan.

A

white

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

___ measures the intensity of the chosen color and ranges from 0% (no color) up to 100% (full color).

A

Saturation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Which of the following is an example of web safe font stacks?

A

Verdana

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

Identify a generic font group that is a typeface in which each character has the same width?

A

monospace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Identify an attribute selector that selects all elem elements whose att attribute begins with text.

A

elem(att^=”text”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

Unlike an external style sheet, a(n) ___ style sheet is applied only to the web page in which it is placed.

A

embedded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Many web browsers include ___ tools to make it easier for designers to locate the source of a style that has been applied to a specific page element.

A

developer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

In the hexadecimal numbering system, the number 16 is expressed as ___.

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

Graphic designers consider ___ easier to use because it allows the to set the initial color based on hue and then fine-tune the saturation and lightness values.

A

HSl

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Identify a relative unit in which lenghts are expressed as a percentage of the width or heights of a browser window.

A

Viewport unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

___ defines how solid a color appears.

A

Opacity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

Which of the following rules defines character encoding in every Cascading Style Sheets (CSS) document?

A

@charset “encoding”;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Identify an attribute selector used to select an element based on its class value.

A

elem.class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

Identify a typographic attribute that measures the amount of space between characters.

A

Kerning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

___ measures the amount of space between words.

A

Tracking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

A technique known as ___ places code conforming to older standards before newer properties, providing support for older browsers but still allowing newer standards and techniques to be used by the browsers that support them.

A

progressive enhancement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

A typeface in which a small ornamentation appears at the tail end of each character is ___.

A

serif

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

The color scheme that uses two hues close to one another on the color wheel in which one color is the dominant color and the other is a supporting color used only for highlights and nuance is ___.

A

analogic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

A ___ is one in which the size of the web page and the size of its elements are set regardless of the screen resolution.

A

fixed layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

___ places an element at specific coordinates either in a page or within a container element.

A

Absolute positioning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

Identify a grid-based property that is a space-separated list of row heights or column widths.

A

track-list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

The display type value ___ is displayed as a block unless its next sibling is also a block, in which case, it is displayed in-line, essentially combining the two blocks into one.

A

run-in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

In a fixed layout, the size of the page and the size of the page elements are fixed using ___ as the unit of measure.

A

pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Identify the default clear value that allows an element to be displayed alongside any floated objects.

A

none

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

When the footer is the last element in a page body, the ___ pseudo-element is used to add a placeholder element after the footer.

A

after

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

Which of the following can be used to express style in the outline-style property outline-style: style;?

A

ridge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

Some designers propose the use of ___ in which all measurements are expressed relative to the default font size using the em unit.

A

elastic layouts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

Identify the element that marks the distinct rows and columns of a grid to give a consistent structure to floating objects.

A

div

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

A ___ sets the width of page elements as a percent of the available screen width.

A

fluid layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

In z-index: value; property, value is a(n) ___.

A

integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

Browsers ignore any values specified for the left or top properties under ___ positioning.

A

static

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

A(n) ___ supersedes a browser’s default styles and provides a consistent starting point for page design.

A

reset style sheet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

In the outline-style property outline-style: style; style can be set to ___ for displaying a single line.

A

solid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

The ___ value of the display style removes an element from a rendered page.

A

non

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

In the overflow property, a value of ___ instructs browsers to increase the height of an element to fit the overflow content.

A

visible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

Which of the following style rules is used to draw a 1 px red dotted line around every element on a web page along with a wildcard selector:

A

*{outline: 1px dotted red;}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

To specify a stacking order, one can use the ___ property.

A

z-index

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q

___ positioning is essentially the same as not using any Cascading Style Sheets (CSS) positioning at all.

A

Static

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q

Which of the following defines the default hotspot for an image?

A

coords=”0,0,width,heights”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
64
Q

The size of a background image is smaller than the size stored in the image file.

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
65
Q

Even if the background images are hidden, the tiling process continues behind the page body.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
66
Q

To change the shadow size, the ___ parameter must be added to the box-shadow property, specifying the size of the shadow relative to the size of the object.

A

spread

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
67
Q

Identify the option that defines how positions are measured on the background in the following background property: background: color url(url)position/size repeat attachment

A

origin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
68
Q

Each hotspot within the map element is defined using the ___ element.

A

area

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
69
Q

Backgrounds are added in the reverse order in which they’re listed in a style rule.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
70
Q

Identify the syntax of the transform property.

A

transform: effect(params);

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
71
Q

If a single value is specified in the background-position property, the browser applies that value to both the horizontal and vertical position.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
72
Q

To round off any of the four corners of a border, the ___ property should be applied.

A

border-radius

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
73
Q

The ___ size parameter of the radial-gradient function makes a gradient extend to the nearest background corner.

A

closest-corner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
74
Q

Identify the use of the inset keyword used in the box-shadow property.

A

It is used to create an interior shadow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
75
Q

The ___ element is used to contain an image file and can also be used to mark any page content that should stand apart from the main content of an article.

A

figure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
76
Q

Which of the following styles is used to specify the type of tiling to be applied to a background image, or even turn off tiling?

A

background-repeat: type;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
77
Q

Identify a true statement about the perspective property.

A

The perspective property can be used when there are several transformed objects within a container that all need to appear within the same 3D space within a common perspective.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
78
Q

Which of the following background-attachment properties is similar to scroll, but is used for elements, such as scroll boxes, to allow the element background to scroll along with the content within a box?

A

local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
79
Q

Which of the following coordinate values is used to define polygonal hotspots for an image?

A

coords=”x1,y1,x2,y2…”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
80
Q

The background-position property is only useful for non-tiled images because a tiled image fills the background and it usually doesn’t matter where the tiling starts.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
81
Q

Identify the CSS3 3D tranformation function that shifts an object offX pixels horizontally, offY pixels vertically, and offZ pixels along the z-axis.

A

translate3d(offX, offY, offZ)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
82
Q

Which of the following is the default size keyword in the radial-gradient function?

A

farthest-corner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
83
Q

Tiling is when a browser loads a background image and then repeats the image in both the vertical and horizontal directions until the entire background is filled.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
84
Q

Identify a true statement about the figcaption element.

A

It is placed either directly before or directly after a figure box content.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
85
Q

By default, an element’s background is defined to extend only through the padding space and not to include the border space.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
86
Q

Even if the background images are hidden, the tiling process continues behind the page body.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
87
Q

Multiple shadows can be added to text by including each shadow definition in a comma-separated list.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
88
Q

When submenus overlay page content, a(n) ___ should be added so that when a submenu is opened, it will stand out more from the page content.

A

drop shadow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
89
Q

According to Ethan Marcotte’s responsive design theory, ___ is a primary component that the page layout of websites automatically adjusts to screens of different widths.

A

flexible layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
90
Q

While creating a website for tablet design, to keep the submenus in their current position on a page, one needs to make each main list item a container for its submenu by setting its position property to ___.

A

relative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
91
Q

Identify the format for manually inserting a page break directly before an element.

A

page-break-before: type;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
92
Q

The ___ is a possible media type value for the media attribute.

A

embossed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
93
Q

While designing websites for mobile devices, ___ colors should be used so that pages are easily visible in outdoor lighting.

A

contrasting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
94
Q

Page breaks within block elements can often leave behind ___, which is a fragment of text left dangling at the top of page.

A

widows

95
Q

While creating a website for tablet design, to display the submenus horizontally rather than vertically, a style rule needs to be added to the tablet media query to ___.

A

float the submenus side-by-side

96
Q

To target a device based on its features, identify the syntax used to add a feature and its value to the media attribute.

A

media=”devices an|or (feature:value)”

97
Q

In the context of a flexible box, perpendicular to the main axis is the ___, which is used to define the height or width of each item.

A

cross axis

98
Q

Items within a flexbox are laid out along a ___, which can point in either the horizontal or vertical direction

A

main axis

99
Q

The problem wherein the user needs to scroll vertically down the web page to view information on a mobile device can be resolved by using ___.

A

pulldown menus

100
Q

Identify the default flex value the spontaneously sets the size of a flex item to match its content or the value of its width and height property.

A

flex: 0 1 auto;

101
Q

A page box is composed of a ____, which contains the content of a document.

A

page area

102
Q

In Cascading Style Sheets (CSS) every printed page is defined as a ____.

A

page box

103
Q

For older browsers that do no support media queries, Cascading Style Sheets (CSS) 3 provides the ___ keyword to hide style sheets from those browsers.

A

only

104
Q

To create a media query within a Hypertext Markup Language (HTML) file, the style attribute should be added to the link element in the document head.

A

FALSE

105
Q

The ___ is a device feature that gives the ratio of the width of the display area to its height.

A

aspect-ratio

106
Q

Web pages are seen within a window called the ___

A

viewport

107
Q

Identify the Cascading Style Sheet (CSS) rule that imports a file named screen.css only when a screen or projection device is being used.

A

@import url(“screen.css”) screen, projection;

108
Q

The ___ unit can be thought of as a share of available space.

A

fr

109
Q

Which of the following is true of transformations in three dimensions?

A

Negative values along the axes are to the left, up, and away from a reader.

110
Q

The Cascading Style Sheets (CSS) @rule that imports an external style sheet file located at ur1 is ___.

A

@import url(url)

111
Q

Backgrounds are added in the reverse order in which they’re listed in a style rule.

A

TRUE

112
Q

A background image is attached to its element so that as the element content is scrolled through, the background image remains still.

A

FALSE

113
Q

Which of the following attribute selectors selected all elem elements whose att attribute ends with text?

A

elem[att$=”text”]

114
Q

The ___ value of the overflow style keeps an element at a specified size, adding scroll bars only as they are needed.

A

auto

115
Q

Identify the correct syntax for adding comments in style sheets.

A

/comment/

116
Q

A general rule for printing is to use ___ fonts for headlines and serif fonts for body text.

A

sans-serif

117
Q

Multiple media features can be combined using ___.

A

logical operators

118
Q

An individual cannot use only the ul.submenu:hover selector because one cannot hover over the su menu until it is visible.

A

TRUE

119
Q

In the hexadecimal numbering system, the number 21 is expressed as ___.

A

15

120
Q

Identify an attribute selector that recognizes groups of elements that share a similar characteristic or property.

A

class

121
Q

When a hover event is used to hide an object or display it, mobile browsers employ a ____ event.

A

double-tap

122
Q

To set the foreground or text color of an element, use the following property:

A

color: color

123
Q

The first line in a Hypertext Markup Language (HTML) file is the ___, which is a processing instruction indicating the markup language used in a document.

A

doctype

124
Q

Drop caps look better if the first letter’s

A

line height is decreased

125
Q

____ selectors are used to select elements based on elements based on elements that are adjacent to them in the document hierarchy.

A

Sibling

126
Q

The @import rule has the same impact as adding multiple ___ elements to a Hypertext Markup Language (HTML) file.

A

link

127
Q

___ measures the brightness of a color and ranges from 0% (black) up to 100% (white).

A

Lightness

128
Q

The radii of individual corners are equal to the radii of hypothetical circles placed at the corners of a box with the arcs of the circles defining the rounded circles.

A

TRUE

129
Q

The ___ statement must always come before any other style rules in a style sheet.

A

@import

130
Q

A ___ is a software program that retrieves a document from a web server and renders it locally in a form that is readable on a client device.

A

web browser

131
Q

Each child element may contain children of its own and so forth down the hierarchy, creating a set of ___ elements that are all descended from a common parent.

A

descendant

132
Q

When a hover event is used to hide an object or display it, mobile browser employ a double-tap event in which the ___ displays the page object

A

first tap

133
Q

Mobile devices have a ___ containing the entire content of the page, some of which may be hidden from a user.

A

layout viewport

134
Q

Tablet layouts are based on grids of ___ columns.

A

4 or 12

135
Q

Hypertext Markup Language (HTML) version ___ added support for style sheets to give web designers greater control over page layout and appearance.

A

4.01

136
Q

The scroll value of the overflow style keeps the element at the specified dimensions, but adds horizontal and vertical scroll bars to allow users to scroll through the ___ content.

A

overflowed

137
Q

The ___ element, a Hypertext Markup Language (HTML) metadata element, contains a collection of metadata elements that describe the document or provide instructions to the browser.

A

head

138
Q

The coordinates for the section element need not be defined as long as its position is set to ___.

A

relative

139
Q

A final way to alter an object is through a Cascading Style Sheets (CSS) ___.

A

filter

140
Q

The exact appearance of each page is described in a separate document known as a ___.

A

style sheet

141
Q

If a network covers several buildings or cities, it is called ___.

A

WAN (wide area network)

142
Q

The ___ value of the overflow style keeps the element at a specified height and width, but cuts off excess content.

A

hidden

143
Q

Page breaks within block elements can often leave behind ___, which is a text fragment left at the bottom of a page.

A

orphans

144
Q

Identify the property that can be used to change the definition of an element’s background.

A

background-clip: type;

145
Q

A ___ element is an element that contains one or more elements, which are called child elements.

A

parent

146
Q

Which of the following shape values represents the remaining area of an inline image not covered by any hotspots?

A

default

147
Q

___ are used to associate a style sheet or style rule with a specific device or list of device features.

A

Media queries

148
Q

The ___ media type value for the media attribute is used for paged Braille printers.

A

embossed

149
Q

Identify an attribute of the “a” element that indicates the media type of z linked document.

A

type=”mime-type”

150
Q

Identify the property that is used to apply a border images.

A

border-image: url(url) slice repeat;

151
Q

Identify the default type of the background-attachment property.

A

scroll

152
Q

Identify the style that can be used to create elongated or elliptical corners

A

border-radius: horizontal/vertical;

153
Q

Filter functions can be combined in a ___ to create new effects.

A

space-separated list

154
Q

Identify the page rule using which styles are applied to a page box.

A

@page{
style rules
}

155
Q

Identify the property that is used to choose the layout model.

A

box-sizing

156
Q

Identify the default type for the background-repeat style.

A

repeat

157
Q

The largest wide area network (WAN) is existence is the ___.

A

Internet

158
Q

Which of the following statements is true of outline styles?

A

All of the outline styles properties can be combined into the outline shorthand property.

159
Q

___, a principle of design, involves the distribution of elements.

A

Balance

160
Q

The ___ unit is the preferred style unit for web page text because it makes it easy to develop pages in which different page elements have consistent relative font sizes under any device.

A

em

161
Q

If two style rules have equal specificity, and thus equal importance, then the one that is defined ___ in the style sheet is the one used.

A

last

162
Q

In a client-side image map, ___ are defined regions within an image that can be linked to different URLs.

A

hotspots

163
Q

Which of the following HTML elements is used to add a row in a table?

A
164
Q

Header cells and data cells are types of table cells supported by web tables.

A

TRUE

165
Q

Identify the three row groups supported by HTML.

A

thead, tbody, and tfoot

166
Q

A web table can contain any number of thead and tfoot elements but only one tbody element.

A

FALSE

167
Q

The cue attribute _____ sets the width of a cue as the percentage of the width of a video window.

A

size:value

168
Q

Which of the following MIME types is supported by Advanced Audio Coding (AAC) file format embedded in an HTML page?

A

.m4a

169
Q

Which of the following Flash player parameters recognizes a movie so that it can be referenced and has a value of text?

A

id

170
Q

A plug-in works within a browser with CSS and JavaScript files to present a customizable player.

A

FALSE

171
Q

Which of the following is true of a transition?

A

It slows down the change to an object’s style and provides intermediate styles.

172
Q

The cue attribute _____ places a cue vertically within the video window, where value ranges from 0% (top) to 100% (bottom).

A

line:value

173
Q

Ria is creating a website that includes videos. She wants to apply subtitles to the video clip and arrange the text horizontally within the cue. Which of the following cue attributes should she include in the code to accomplish this?

A

align:value

174
Q

Which of the following browsers supports only the MPEG-4 video format?

A

Safari

175
Q

Which of the following is true of the default attribute when adding text tracks to a video file?

A

It enables the active track by marking it with the default attribute.

176
Q

The task of controlling video playback requires an external JavaScript program as there are no CSS styles to control the video playback.

A

TRUE

177
Q

Which of the following is true of animating objects in CSS?

A

Animation creates an illusion of movement by displaying key frames in rapid succession.

178
Q

For longer video clips, the time in the cue is written in the form _____.

A

hh:mm:ss.ms

179
Q

_____ is an HTML5 audio and video player with support for Flash and Microsoft Silverlight.

A

MediaElement.js

180
Q

The video codec used for the Ogg video format is _____.

A

Theora

181
Q

Which of the following browsers supports all audio formats such as MP3, Advanced Audio Coding (AAC), Ogg, and WAV?

A

Google Chrome

182
Q

Which of the following timing-function keywords allows a transition to occur more rapidly at the beginning and slow down near the end?

A

ease

183
Q

Once an audiovisual aid has been stored within a container file, a _____ is required to decode and play that content.

A

media player

184
Q

Which of the following is true of the plug-in approach to deliver multimedia content?

A

A plug-in requires users to install a separate application in addition to their web browsers.

185
Q

Which of the following languages is used to set the width of a media player, add borders, drop shadows, and apply filters and transformations to the media player’s appearance?

A

CSS

186
Q

An animation is limited to two style rules defined at the initial and end states.

A

TRUE

187
Q

Once the field values have been entered by the user, they are processed by a program running on the user’s computer or on a web server in a secure location.

A

TRUE

188
Q

A form element must be placed only within the header tag of a web page.

A

FALSE

189
Q

A data entry control is associated with a _____ in which data values supplied by the user are stored.

A

data field

190
Q

The process of ensuring that the user has supplied correct data is called _____.

A

validation

191
Q

A(n) _____ is created using the select and option elements that present users with a group of predefined possible values for the data field.

A

selection list

192
Q

_____ are like selection lists in which they limit fields to a set of possible values; but, unlike selection lists, the options appear as separate controls in the web form.

A

Radio buttons

193
Q

Identify a widget that allows the user to interact with the form for entering numeric values confined to a specified range.

A

Slider control

194
Q

When for attribute is used, the label text can be placed anywhere within the page and it will still be associated with the control.

A

TRUE

195
Q

Identify a syntax of the option element that contains an attribute to make an option as default in a selection list.

A

text

196
Q

The ____ element is used to create a custom option.

A

button

197
Q

The post method is the default method that tells the browser to append the form data to the end of the URL specified in the action attribute.

A

FALSE

198
Q

A _____ is used to restrict numeric values by displaying an up or down arrow to increase or decrease the field value by a set amount.

A

spinner control

199
Q

A default value need not be specified; the text area box can be left empty or the placeholder attribute can be used to provide a hint to users about what to enter into the text box.

A

TRUE

200
Q

There are predefined CSS styles to format the appearance of a placeholder.

A

FALSE

201
Q

Identify a pseudo-class for a check box or option button whose toggle states cannot be ascertained.

A

indeterminate

202
Q

The technique of immediate data validation and reporting of errors is known as _____.

A

inline validation

203
Q

A _____ is a control used to enter text strings that may include several lines of content.

A

Text area box

204
Q

For url type data, the virtual keyboard includes a key that inserts the .com character string.

A

FALSE

205
Q

Option buttons are also called selection lists as they select data values from a more extensive list of options.

A

FALSE

206
Q

By default, browsers display input boxes as _____ elements with a default length of 20 characters.

A

inline

207
Q

A table contains five columns where one of the cells in a row spans three columns. Identify the number of table cells that will exist in that row.

A

three

208
Q

Consider the following code.

How many columns does the element create?

A

three

209
Q

Which of the following statements is true of row groups?

A

The rows are determined based on the total number of cells within a table.

210
Q

Which of the following HTML elements is used to create header cells in a web table?

A
211
Q

Which of the following HTML attributes is used to create a single cell that occupies more than one cell from a series of horizontal cells?

A

rowspan

212
Q

Data cells that do not function as headers for table rows or columns are marked using the _____ element.

A

td

213
Q

Header cells and data cells are types of table cells supported by web tables.

A

TRUE

214
Q

Which of the following is true of class in the table tag ?

A

class is an attribute.

215
Q

Which of the following CSS properties is used to align the caption text horizontally?

A

text-align

216
Q

Identify a style property that creates a column size of 200-pixels.

A

column-width

217
Q

Only one caption is allowed per web table.

A

TRUE

218
Q

Columns and column groups accept only CSS style properties to modify the column borders, background, width, and visibility.

A

TRUE

219
Q

Spanning cells are created by adding div attributes to either td or th element.

A

FALSE

220
Q

What is the purpose of colspan in ?

A

It sets each cell to span seven columns within its row.

221
Q

To insert the information of the data-label attribute directly before the data cell value, the _____ property is used.

A

content

222
Q

The style rules applied to an entire web table are the ones with the lowest precedence.

A

TRUE

223
Q

Which of the following is an equivalent HTML element for display: table-cell; style?

A
224
Q

When the width of an entire table is set to be larger than the width required for individual columns, the extra space is _____.

A

divided equally among the columns

225
Q

The default browser style for header cells is to display the text of the header in bold font and _____ within the cell.

A

centered horizontally

226
Q

Which of the following HTML tags is used to set the width of a table border?

A
227
Q

A(n) _____ is a named item in a program that stores a data value, such as a number or text string, or an object, such as a part of the web browser or browser window.

A

variable

228
Q

A(n) _____ is any group of characters enclosed within either double or single quotation marks in JavaScript.

A

text string

229
Q

JavaScript code is attached to an HTML file using the _____ element.

A

script

230
Q

Which of the following can be referenced only after the browser has finished parsing the page content?

A

Document objects

231
Q

Server-side and client-side programming are the two main types of web-based programming.

A

TRUE

232
Q

By default, the caption cues are centered at the top of the video window.

A

FALSE

233
Q

To insert the information of the data-label attribute directly before the data cell value, the _____ property is used.

A

content

234
Q

Colin has created a web page that supports multiple audio sources. However, he is unsure if the browsers used by his clients will support the audio format he has included. Which of the following must he include in the code to notify the clients about any browser upgradation required to play an audio file?

A

fallback option