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
You can use CSS .......... to add special effects to text, images and other aspects of a webpage without using images or other graphics
filters
26
Applies a blur effect to the image
blur(px)
27
........... filter alters the opacity of the object, which makes it blend into the background
Alpha Channel
28
Move .........: use a negative value for left
Left
29
Move ................: Use a negative value for top
Up
30
.......... MUST come after a:hover in the CSS definition
a:active
31
In recognized media types, .......... means intended for television-type devices
tv
32
in contrast(%), values over 100% will provide results with less contrast (T/F)
False
33
An .......... rule specifies the target media types (separated by commas) of a set of rules
@media
34
description of ........... value is the box and its contents are shown to the user
visible
35
The .................... property is used to align the text of a document
text-align
36
The .............. property specifies what kind of border to display
border-style
37
The ........... property specifies whether the background image should scroll or be fixed (will not scroll with the rest of the page)
background-attachment
38
The ............ property is used to set the width of an image border
border
39
In CSS pseudo-classes, ............ means use this class to add special style to a visited link
:visited
40
A value of margin property that means the browser calculates the margin
auto
41
In recognized media types, .......... means intended for handheld devices (typically small screen, monochrome, limited bandwidth)
handheld
42
The ............ property is used to specify the position of the background image
background-position
43
A ............. property used for specifying the margin for bottom side of an element
margin-bottom
44
In CSS pseudo-classes, ............ means use this class to specify a language to use in a specified element
:lang
45
The ................ property specifies whether an animation should be played forwards, backwards or in alternate cycles
animation-direction
46
You use the .............. property to control the placement of the table caption
caption-side
47
The .............. property is used to add or subtract space between the words of a sentence
word-spacing
48
Value that defines a dotted border
dotted
49
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
visibility
50
Value that defines a dashed border
dashed
51
In blur(px), if no value is specified, 100 is used (T/F)
False
52
CSS allows animation of HTML elements without using JavaScript or Flash! (T/F)
True
53
By default, these are rendered above the table in the document
caption-side captions
54
The ............... property is used to increase or decrease the size of a font
font-size
55
The .................. property is used to make a font italic or oblique
font-style
56
................. allows you to fix the position of an element to a particular spot on the page, regardless of scrolling
Fixed positioning
57
In recognized media types, .......... means intended for braille tactile feedback devices
braille
58
............ changes the position of the HTML element relative to where it normally appears
Relative positioning
59
in CSS background-image, By default, the image is repeated so it covers the entire element (T/F)
True
60
A property called ............ allows you to hide an element from view
visibility
61
A value of margin property specifies that the margin should be inherited from the parent element
inherit
62
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)
True
63
CSS gives you opportunity to create layers of various divisions (T/F)
True
64
The ............. property is used to add or subtract space between the letters that make up a word
letter-spacing
65
In recognized media types, .......... means suitable for all devices
all
66
The ............... property specifies the background color of an element
background-color
67
The .......... property is a shorthand property for ▪ font-style ▪ font-variant ▪ font-weight ▪ font-size/line-height ▪ font-family
font
68
The .............. specifies sets whether the table borders should be collapsed into a single border
border-collapse
69
.............. : The animation is played as normal (forwards). This is default for animation-direct property
normal
70
The ................. property is used to set the opacity of an image
-moz-opacity
71
matrix(scaleX(),skewY(),skewX(),scaleY(),translateX(),translateY()) (T/F) this format is true or false
True
72
description of ........... value is the box and its contents are made invisible, although they still affect the layout of the page
hidden
73
Move ..............: Use a positive value for left
Right
74
..............: The animation is played forwards first, then backwards (value of animation-direction property)
alternate
75
The ............. property is used to set the text shadow around a text
text-shadow
76
In margin property, negative values are not allowed (T/F)
False
77
The ............ property is used to capitalize text or convert text to uppercase or lowercase letters
text-transform
78
Showing the background image only once is also specified by the ............ property
background-repeat
79
The ............. property is used to set the width of an image
width
80
In recognized media types, .......... means intended for paged braille printers
embossed
81
The .............. signifies an element that currently has the user's mouse pointer hovering over it
:hover
82
in contrast(%), ........... will make the image completely black
0%
83
In recognized media types, .......... means intended primarily for color computer screens
screen
84
The ............... property is used to set the text direction
direction
85
The ........... signifies visited hyperlinks
:visited
86
The ............... property is used to change the face of a font
font-family
87
In CSS pseudo-classes, ............ means use this class to add special style to an element that is first child of some other element
:first-child
88
In CSS background-repeat, some images should be repeated only horizontally or vertically, or they will look strange (T/F)
True
89
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
tty
90
CSS ........... allow you to move, rotate, scale, and skew elements
transforms
91
By default, the .......... property repeats an image both horizontally and vertically
background-image
92
The .............. specifies whether the border should be shown if a cell is empty
empty-cells
93
............ value: this is for use only with dynamic table columns and row effects
collapse
94
Adjusts the brightness of the image
brightness(%)
95
An element with position: ......... is positioned at the specified coordinates relative to your screen top-left corner
absolute
96
........... helps you to position your HTML element
CSS
97
it is possible to specify all the margin properties in one property (T/F)
True
98
The .............. signifies an element on which the user is currently clicking
:active
99
The ......... property is used to set the color of a text
color
100
The ................ property is used to create a small-caps effect
font-variant
101
You can put any HTML element at whatever location you like (T/F)
True
102
The ............. property is used to set the height of an image
height
103
The ............ signifies unvisited hyperlinks.
:link
104
The ............. property specifies the number of times an animation should run
animation-iteration-count
105
Filters only work on Internet Explorer 4.0 (T/F)
True
106
You can set the background color for any HTML elements (T/F)
True
107
The ............. property specifies an image to use as the background of an element
background-image
108
Value that defines no border
none
109
A value of margin property specifies a margin in px, pt, cm, etc
length
110
in brightness(%), values over 100% will provide brighter results (T/F)
True
111
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)
True
112
In recognized media types, .......... means intended for projected presentations, for example projectors or print to transparencies
projection
113
The .............. property is used along with the position property to create an effect of layers
z-index
114
in contrast(%), ........... is default and represents the original image
100%
115
rotateX(), rotateY(), rotateZ() are ......... transformation methods
3-D
116
In blur(px), a smaller value will create more blue (T/F)
False
117
In recognized media types, .......... means intended for paged, opaque material and for documents viewed on screen in print preview mode.
print
118
A ............. property used for specifying the margin for left side of an element
margin-left
119
In CSS pseudo-classes, ............ means use this class to add special style to an element while the element has focus
:focus
120
The CSS layers refer to applying the ................ property to elements that overlap with each other
z-index
121
Usually, all hyper-link properties are kept in the .......... part of the HTML document
header
122
in brightness(%), ........... will make the image completely black
0%
123
Move ............: Use a positive value for top
Down
124
If the image is repeated only .......... (background-repeat: repeat-x;), the background will look better
horizontally
125
The .......... method take six parameters, containing mathematic functions, which allows you to rotate, scale, move (translate), and skew elements
matrix()
126
The ............... property is used to control the flow and formatting of text
white-space
127
In recognized media types, .......... means intended for speech synthesizers
aural
128
CSS has properties for specifying the margin for each side of an element (T/F)
True
129
.............: The animation is played in reverse direction (backwards) (value of animation-direction property)
reverse
130
The caption-side captions are presented in the ......... element
131
............ is used to create space around an element's content, inside of any defined borders
Padding
132
Adjusts the contrast of the image
contrast(%)
133
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)
False
134
............ MUST come after a:link and a:visited in the CSS definition in order to be effective
a:hover
135
The ................ specifies an image for the marker rather than a bullet point or number
list-style-image
136
A ............ property can help you to create more complex webpage layouts
z-index
137
Value that defines a solid border
solid
138
The ............ property is a shorthand property for border-width, border-style(required), border-color
border
139
.................: The animation is played backwards first, then forwards (value of animation-direction property)
alternate-reverse