Week 4 Flashcards

1
Q

The ……….. specifies the width that should appear between table cells

A

border-spacing

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

In CSS pseudo-classes, ………… means use this class to add special style to an element when you mouse over it

A

:hover

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

You can use ………..
property along with JavaScript to create very complex menu and very complex webpage layouts

A

visibility

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

A …………. property used for specifying the margin for top side of an element

A

margin-top

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

You can use two values top and left along with the ………… property to move an
HTML element anywhere in the HTML document

A

position

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

Value that defines a double border

A

double

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

The ………. allows you to control the shape or appearance of the marker

A

list-style-type

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

In …………., Specified coordinates will be relative
to the browser window

A

Fixed positioning

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

The ……………. property is used to indent the text of a paragraph

A

text-indent

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

The ……………. method combines all the 2D transform methods into one

A

matrix()

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

A value of margin property specifies a margin in % of the width of the containing element

A

%

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

In CSS pseudo-classes, ………… means use this class to add special style to an unvisited link

A

:link

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

it is not possible to specify all the Padding properties in one property
(T/F)

A

False

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

The ……………… property is used to underline, overline, and strikethrough text

A

text-decoration

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

The …………… property specifies a delay for the start of an animation

A

animation-delay

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

In CSS pseudo-classes, ………… means use this class to add special style to an active element

A

:active

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

A …………. property used for specifying the margin for right side of an element

A

margin-right

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

In CSS layers, You can specify which element should come on top and which element
should come at bottom
(T/F)

A

True

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

The ……………. property is used to increase or decrease how bold or light a font appears

A

font-weight

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

The ……… serves as shorthand for the preceding properties

A

list-style

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

You can use the value “………….” to make the animation continue for ever

A

infinite

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

“left:20” adds 20 pixels to the element’s ………. position

A

LEFT

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

CSS ………….. are used to add special effects to some selectors

A

pseudo-classes

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

in brightness(%), ………..is default and represents the original image

A

100%

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

You can use CSS ………. to add special effects to text, images and other aspects of a webpage without using images or other graphics

A

filters

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

Applies a blur effect to the image

A

blur(px)

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

……….. filter alters the opacity of the object, which makes it blend into the background

A

Alpha Channel

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

Move ………: use a negative value for left

A

Left

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

Move …………….: Use a negative value for top

A

Up

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

………. MUST come after a:hover in the CSS definition

A

a:active

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

In recognized media types, ………. means intended for television-type devices

A

tv

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

in contrast(%), values over 100% will provide results with less contrast
(T/F)

A

False

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

An ………. rule specifies the target media types (separated by commas) of a set of rules

A

@media

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

description of ……….. value is the box and its contents are shown to the user

A

visible

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

The ……………….. property is used to align the text of a document

A

text-align

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

The ………….. property specifies what kind of border to display

A

border-style

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

The ……….. property specifies whether the background image should scroll or be fixed (will not scroll with
the rest of the page)

A

background-attachment

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

The ………… property is used to set the width of an image border

A

border

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

In CSS pseudo-classes, ………… means use this class to add special style to a visited link

A

:visited

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

A value of margin property that means the browser calculates the margin

A

auto

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

In recognized media types, ………. means intended for handheld devices (typically small screen, monochrome, limited bandwidth)

A

handheld

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

The ………… property is used to specify the position of the
background image

A

background-position

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

A …………. property used for specifying the margin for bottom side of an element

A

margin-bottom

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

In CSS pseudo-classes, ………… means use this class to specify a language to use in a specified element

A

:lang

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

The ……………. property specifies whether an animation should be played forwards, backwards or in alternate cycles

A

animation-direction

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

You use the ………….. property to control the placement of
the table caption

A

caption-side

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

The ………….. property is used to add or subtract space between the words of a sentence

A

word-spacing

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

Value that defines a dotted border

A

dotted

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

You may choose to use the …………. property to hide error messages that are only
displayed if the user needs to see them, or to hide answers to a quiz until the user
selects an option

A

visibility

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

Value that defines a dashed border

A

dashed

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

In blur(px), if no value is specified, 100 is used
(T/F)

A

False

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

CSS allows animation of HTML elements without using JavaScript or Flash!
(T/F)

A

True

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

By default, these are rendered above the table in the document

A

caption-side captions

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

The …………… property is used to increase or decrease the size of a font

A

font-size

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

The ……………… property is used to make a font italic or oblique

A

font-style

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

…………….. allows you to fix the position of an element to a particular spot on the page, regardless of scrolling

A

Fixed positioning

57
Q

In recognized media types, ………. means intended for braille tactile feedback devices

A

braille

58
Q

………… changes the position of the HTML element relative to where it normally appears

A

Relative positioning

59
Q

in CSS background-image, By default, the image is repeated so it covers the entire element
(T/F)

A

True

60
Q

A property called ………… allows you to hide an element from view

A

visibility

61
Q

A value of margin property specifies that the margin should be inherited from the parent element

A

inherit

62
Q

the source code will still contain whatever is in the invisible paragraph, so you should not use this to hide sensitive information such as credit card details or passwords
(T/F)

A

True

63
Q

CSS gives you opportunity to create layers of various divisions
(T/F)

A

True

64
Q

The …………. property is used to add or subtract space between the letters that make up a word

A

letter-spacing

65
Q

In recognized media types, ………. means suitable for all devices

A

all

66
Q

The …………… property specifies the background color of an element

A

background-color

67
Q

The ………. property is a shorthand property for
▪ font-style
▪ font-variant
▪ font-weight
▪ font-size/line-height
▪ font-family

A

font

68
Q

The ………….. specifies sets whether the table borders should be collapsed into a single border

A

border-collapse

69
Q

………….. : The animation is played as normal (forwards). This is default for animation-direct property

A

normal

70
Q

The …………….. property is used to set the opacity of an image

A

-moz-opacity

71
Q

matrix(scaleX(),skewY(),skewX(),scaleY(),translateX(),translateY())
(T/F)
this format is true or false

A

True

72
Q

description of ……….. value is the box and its contents are made invisible, although they still affect the layout of the page

A

hidden

73
Q

Move …………..: Use a positive value for left

A

Right

74
Q

…………..: The animation is played forwards first, then backwards
(value of animation-direction property)

A

alternate

75
Q

The …………. property is used to set the text shadow around a text

A

text-shadow

76
Q

In margin property, negative values are not allowed
(T/F)

A

False

77
Q

The ………… property is used to capitalize text or convert text to uppercase or lowercase letters

A

text-transform

78
Q

Showing the background image only once is also specified by the ………… property

A

background-repeat

79
Q

The …………. property is used to set the width of an image

A

width

80
Q

In recognized media types, ………. means intended for paged braille printers

A

embossed

81
Q

The ………….. signifies an element that currently has the user’s mouse pointer hovering over it

A

:hover

82
Q

in contrast(%), ……….. will make the image completely black

A

0%

83
Q

In recognized media types, ………. means intended primarily for color computer screens

A

screen

84
Q

The …………… property is used to set the text direction

A

direction

85
Q

The ……….. signifies visited hyperlinks

A

:visited

86
Q

The …………… property is used to change the face of a font

A

font-family

87
Q

In CSS pseudo-classes, ………… means use this class to add special style to an element that is first child of some other element

A

:first-child

88
Q

In CSS background-repeat, some images should be repeated only horizontally or vertically, or they will look strange
(T/F)

A

True

89
Q

In recognized media types, ………. means intended for media using a fixed-pitch character grid, such as teletypes, terminals, or portable devices with limited display capabilities

A

tty

90
Q

CSS ……….. allow you to move, rotate, scale, and skew elements

A

transforms

91
Q

By default, the ………. property repeats an image both horizontally and vertically

A

background-image

92
Q

The ………….. specifies whether the border should be shown if a cell is empty

A

empty-cells

93
Q

………… value: this is for use only with dynamic table columns and row effects

A

collapse

94
Q

Adjusts the brightness of the image

A

brightness(%)

95
Q

An element with position: ……… is positioned at the specified coordinates relative to your screen top-left corner

A

absolute

96
Q

……….. helps you to position your HTML element

A

CSS

97
Q

it is possible to specify all the margin properties in one
property
(T/F)

A

True

98
Q

The ………….. signifies an element on which the user is currently clicking

A

:active

99
Q

The ……… property is used to set the color of a text

A

color

100
Q

The ……………. property is used to create a small-caps effect

A

font-variant

101
Q

You can put any HTML element at whatever location you like
(T/F)

A

True

102
Q

The …………. property is used to set the height of an image

A

height

103
Q

The ………… signifies unvisited hyperlinks.

A

:link

104
Q

The …………. property specifies the number of times an animation should run

A

animation-iteration-count

105
Q

Filters only work on Internet Explorer 4.0
(T/F)

A

True

106
Q

You can set the background color for any HTML elements
(T/F)

A

True

107
Q

The …………. property specifies an image to use as the background of an element

A

background-image

108
Q

Value that defines no border

A

none

109
Q

A value of margin property
specifies a margin in px, pt, cm, etc

A

length

110
Q

in brightness(%), values over 100% will provide brighter results
(T/F)

A

True

111
Q

You can specify whether you want the element positioned relative to its natural position in the page or absolute based on its parent element
(T/F)

A

True

112
Q

In recognized media types, ………. means intended for projected presentations, for example projectors or print to transparencies

A

projection

113
Q

The ………….. property is used along with the position property to create an effect
of layers

A

z-index

114
Q

in contrast(%), ……….. is default and represents the original image

A

100%

115
Q

rotateX(), rotateY(), rotateZ() are ……… transformation methods

A

3-D

116
Q

In blur(px), a smaller value will create more blue
(T/F)

A

False

117
Q

In recognized media types, ………. means intended for paged, opaque material and for documents viewed on screen in print preview mode.

A

print

118
Q

A …………. property used for specifying the margin for left side of an element

A

margin-left

119
Q

In CSS pseudo-classes, ………… means use this class to add special style to an element while the element has focus

A

:focus

120
Q

The CSS layers refer to applying the ……………. property to elements that overlap with each other

A

z-index

121
Q

Usually, all hyper-link properties are kept in the ………. part of the HTML document

A

header

122
Q

in brightness(%), ……….. will make the image completely black

A

0%

123
Q

Move …………: Use a positive value for top

A

Down

124
Q

If the image is repeated only ……….
(background-repeat: repeat-x;), the background will look
better

A

horizontally

125
Q

The ………. method take six parameters, containing mathematic functions,
which allows you to rotate, scale, move (translate), and skew elements

A

matrix()

126
Q

The …………… property is used to control the flow and formatting of text

A

white-space

127
Q

In recognized media types, ………. means intended for speech synthesizers

A

aural

128
Q

CSS has properties for specifying the margin for each side of an element
(T/F)

A

True

129
Q

………….: The animation is played in reverse direction (backwards)
(value of animation-direction property)

A

reverse

130
Q

The caption-side captions are presented in the ……… element

A

<caption>
</caption>

131
Q

………… is used to create space around an element’s content, inside of any
defined borders

A

Padding

132
Q

Adjusts the contrast of the image

A

contrast(%)

133
Q

You can use two values top and right along with the position property to move an
HTML element anywhere in the HTML document
(T/F)

A

False

134
Q

………… MUST come after a:link and a:visited
in the CSS definition in order to be effective

A

a:hover

135
Q

The ……………. specifies an image for the marker rather than a bullet point or number

A

list-style-image

136
Q

A ………… property can help you to create more complex webpage layouts

A

z-index

137
Q

Value that defines a solid border

A

solid

138
Q

The ………… property is a shorthand property for border-width, border-style(required), border-color

A

border

139
Q

……………..: The animation is played backwards first, then forwards
(value of animation-direction property)

A

alternate-reverse