Week 4 Flashcards
The ……….. specifies the width that should appear between table cells
border-spacing
In CSS pseudo-classes, ………… means use this class to add special style to an element when you mouse over it
:hover
You can use ………..
property along with JavaScript to create very complex menu and very complex webpage layouts
visibility
A …………. property used for specifying the margin for top side of an element
margin-top
You can use two values top and left along with the ………… property to move an
HTML element anywhere in the HTML document
position
Value that defines a double border
double
The ………. allows you to control the shape or appearance of the marker
list-style-type
In …………., Specified coordinates will be relative
to the browser window
Fixed positioning
The ……………. property is used to indent the text of a paragraph
text-indent
The ……………. method combines all the 2D transform methods into one
matrix()
A value of margin property specifies a margin in % of the width of the containing element
%
In CSS pseudo-classes, ………… means use this class to add special style to an unvisited link
:link
it is not possible to specify all the Padding properties in one property
(T/F)
False
The ……………… property is used to underline, overline, and strikethrough text
text-decoration
The …………… property specifies a delay for the start of an animation
animation-delay
In CSS pseudo-classes, ………… means use this class to add special style to an active element
:active
A …………. property used for specifying the margin for right side of an element
margin-right
In CSS layers, You can specify which element should come on top and which element
should come at bottom
(T/F)
True
The ……………. property is used to increase or decrease how bold or light a font appears
font-weight
The ……… serves as shorthand for the preceding properties
list-style
You can use the value “………….” to make the animation continue for ever
infinite
“left:20” adds 20 pixels to the element’s ………. position
LEFT
CSS ………….. are used to add special effects to some selectors
pseudo-classes
in brightness(%), ………..is default and represents the original image
100%
You can use CSS ………. to add special effects to text, images and other aspects of a webpage without using images or other graphics
filters
Applies a blur effect to the image
blur(px)
……….. filter alters the opacity of the object, which makes it blend into the background
Alpha Channel
Move ………: use a negative value for left
Left
Move …………….: Use a negative value for top
Up
………. MUST come after a:hover in the CSS definition
a:active
In recognized media types, ………. means intended for television-type devices
tv
in contrast(%), values over 100% will provide results with less contrast
(T/F)
False
An ………. rule specifies the target media types (separated by commas) of a set of rules
@media
description of ……….. value is the box and its contents are shown to the user
visible
The ……………….. property is used to align the text of a document
text-align
The ………….. property specifies what kind of border to display
border-style
The ……….. property specifies whether the background image should scroll or be fixed (will not scroll with
the rest of the page)
background-attachment
The ………… property is used to set the width of an image border
border
In CSS pseudo-classes, ………… means use this class to add special style to a visited link
:visited
A value of margin property that means the browser calculates the margin
auto
In recognized media types, ………. means intended for handheld devices (typically small screen, monochrome, limited bandwidth)
handheld
The ………… property is used to specify the position of the
background image
background-position
A …………. property used for specifying the margin for bottom side of an element
margin-bottom
In CSS pseudo-classes, ………… means use this class to specify a language to use in a specified element
:lang
The ……………. property specifies whether an animation should be played forwards, backwards or in alternate cycles
animation-direction
You use the ………….. property to control the placement of
the table caption
caption-side
The ………….. property is used to add or subtract space between the words of a sentence
word-spacing
Value that defines a dotted border
dotted
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
Value that defines a dashed border
dashed
In blur(px), if no value is specified, 100 is used
(T/F)
False
CSS allows animation of HTML elements without using JavaScript or Flash!
(T/F)
True
By default, these are rendered above the table in the document
caption-side captions
The …………… property is used to increase or decrease the size of a font
font-size
The ……………… property is used to make a font italic or oblique
font-style