4th Flashcards
The term ______________________________ is used when talking about design and layout.
box model
The property that allows you specify an image to be used instead of the normal border around an element.
CSS border-image property
The property that specifies whether the border image should be repeated, rounded or stretched.
border-image-repeat
A weight that is applied to a given CSS declaration determined by the number of each selector type in the matching selector.
Specificity
The CSS property used to generate space around an element’s content, inside of an defines borders.
CSS padding properties
The property used to set the horizontal alignment of the text.
text-align
A border-style that defines 3D outset border.
outset
The property that sets the vertical alignment of an element.
vertical-align
The property that specifies how to slice the border image.
border-image-slice
The property used to set or remove decorations from the text.
text-decoration property
Selects elements based on name, class.
simple selector
The part of the box model that clears an area around the content.
Padding
A group of font families with a similar look.
generic family
Matches a specified element that is the first child of another element.
Matches a specified element that is the first child of another element.
first-child pseudo-class
If border-color is not set, it inherits the color of the element.
True
Tells the web browser which element or elements on a webpage to style-like a headline, paragraph, image or link.
selector
The property that specifies the opacity/transparency of an element.
opacity
Sets the color of the right border.
border-right-color
These are style sheets created by the author of the Web page.
Author style sheet
Recommended features of CSS Text Editor.
Line numbers
Code formatting options
Multi-language support
None of the OTHER CSS border properties will have ANY effect unless the border-style property is set.
True
The property used to specify the space between the characters in a text.
letter-spacing CSS property
The property that specifies the width of the four borders.
border-width property
the part of the box model that clears an area outside the border.
Margin
An ID selector is declared using a _________________________ preceding a string of characters.
hash(#)
The property that specifies whether the background image should scroll or be fixed.
background-attachment
The property that specifies the size of the background image.
background-size
Does not allow the user to change the text size in all browsers.
absolute size
The margin property value that specifies the margin should be inherited from the parent element.
inherit value
The property that specifies the path to the image to be used as a border.
border-image-source property
The property that specifies the weight of a font.
font-weight CSS
It sets all the border properties in one declaration.
border
You have to repeat your style definitions in every webpage if you want to use a particular set of styles throughout your site.
embedded
The exact style you wish to set for the property.
value
The property used to specify the space between the words in a text.
word-spacing property
The property used to set color of the text.
color
It sets the color of the four borders.
border-color
The property that specifies how white-space inside an element is handles.
white-space
Sets the bottom margin of an element.
margin-bottom
The border-style property can have from one to four values.
True
The properties that define the font family, boldness, size, and the style of a text.
CSS font
The property that specifies the width of the border image.
border-image-width
the property that specifies an image to use as the background of an element.
background-image
A border-style that defines a dotted border.
dotted
The CSS property used to create space around elements, outside of any borders.
CSS margin properties
The property that adds shadow to text.
text-shadow CSS property
The CSS property used to add rounded borders to an element.
border-radius
The properties that can be used to change the text direction of an element.
direction and Unicode-bidi
Are often use to set the basic styles that appear throughout a website.
type selector
The CSS property used to create space around elements, outside of any defined borders.
margin property
It specifies a padding in px, pt, cm. etc.
length
It sets the width of the bottom border.
border-bottom-width
A border-style that defines a 3D ridged border.
ridge
The part of the box model where text and image appear.
content
Matches all elements that are descendants of a specified element.
descendant combinator
The border-image property takes the image and slices it into _______________________, like tic-tac-toe board.
nine sections
The property used to specify uppercase and lowercase letters in a text.
text-transform
Displaying the links as block elements makes the whole link area clickable.
True
The property that specifies the background color of an element.
background-color property
These allow the user to have more control over how the pages display.
User style sheet
The border-image property takes the image and slices it into nine sections, like tic-tac-toe board.
True
The property used to specify the position of the background-image.
background-position
The property used to specify the space between lines.
line-height
A series of three numbers, written in hexadecimal notation.
hex code
The property used to set the color of the four borders.
border-color property
The property used to specify the indention of the first line of a text.
text-indent property
The simplest method of adding CSS styles to your web pages
Inline Style Sheet
To build a vertical navigation bar, you can style the <a> element inside the list.
</a>
True
The property that specifies the amount by which the border image area extends beyond the border box.
border-image-outset property
Used to define a special state of an element.
pseudo-class selector
A border-style that defines a 3D grooved border.
groove
The property that specifies where the background image are positioned.
background-origin
Ways of adding style sheets into your webpage
Inline Style Sheet
Internal Style Sheets
External Style Sheets
The property that specifies what kind of border to display.
border-style property
The part of the box model that a border goes around the padding and content.
border
ID selector are used to select one particular element, rather than a group of elements.
True