4th Flashcards

1
Q

The term ______________________________ is used when talking about design and layout.

A

box model

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

The property that allows you specify an image to be used instead of the normal border around an element.

A

CSS border-image property

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

The property that specifies whether the border image should be repeated, rounded or stretched.

A

border-image-repeat

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

A weight that is applied to a given CSS declaration determined by the number of each selector type in the matching selector.

A

Specificity

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

The CSS property used to generate space around an element’s content, inside of an defines borders.

A

CSS padding properties

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

The property used to set the horizontal alignment of the text.

A

text-align

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

A border-style that defines 3D outset border.

A

outset

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

The property that sets the vertical alignment of an element.

A

vertical-align

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

The property that specifies how to slice the border image.

A

border-image-slice

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

The property used to set or remove decorations from the text.

A

text-decoration property

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

Selects elements based on name, class.

A

simple selector

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

The part of the box model that clears an area around the content.

A

Padding

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

A group of font families with a similar look.

A

generic family

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

Matches a specified element that is the first child of another element.

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

Matches a specified element that is the first child of another element.

A

first-child pseudo-class

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

If border-color is not set, it inherits the color of the element.

A

True

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

Tells the web browser which element or elements on a webpage to style-like a headline, paragraph, image or link.

A

selector

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

The property that specifies the opacity/transparency of an element.

A

opacity

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

Sets the color of the right border.

A

border-right-color

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

These are style sheets created by the author of the Web page.

A

Author style sheet

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

Recommended features of CSS Text Editor.

A

Line numbers
Code formatting options
Multi-language support

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

None of the OTHER CSS border properties will have ANY effect unless the border-style property is set.

A

True

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

The property used to specify the space between the characters in a text.

A

letter-spacing CSS property

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

The property that specifies the width of the four borders.

A

border-width property

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

the part of the box model that clears an area outside the border.

A

Margin

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

An ID selector is declared using a _________________________ preceding a string of characters.

A

hash(#)

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

The property that specifies whether the background image should scroll or be fixed.

A

background-attachment

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

The property that specifies the size of the background image.

A

background-size

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

Does not allow the user to change the text size in all browsers.

A

absolute size

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

The margin property value that specifies the margin should be inherited from the parent element.

A

inherit value

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

The property that specifies the path to the image to be used as a border.

A

border-image-source property

32
Q

The property that specifies the weight of a font.

A

font-weight CSS

33
Q

It sets all the border properties in one declaration.

A

border

34
Q

You have to repeat your style definitions in every webpage if you want to use a particular set of styles throughout your site.

A

embedded

35
Q

The exact style you wish to set for the property.

A

value

36
Q

The property used to specify the space between the words in a text.

A

word-spacing property

37
Q

The property used to set color of the text.

A

color

38
Q

It sets the color of the four borders.

A

border-color

39
Q

The property that specifies how white-space inside an element is handles.

A

white-space

40
Q

Sets the bottom margin of an element.

A

margin-bottom

41
Q

The border-style property can have from one to four values.

A

True

42
Q

The properties that define the font family, boldness, size, and the style of a text.

A

CSS font

43
Q

The property that specifies the width of the border image.

A

border-image-width

44
Q

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

A

background-image

45
Q

A border-style that defines a dotted border.

A

dotted

46
Q

The CSS property used to create space around elements, outside of any borders.

A

CSS margin properties

47
Q

The property that adds shadow to text.

A

text-shadow CSS property

48
Q

The CSS property used to add rounded borders to an element.

A

border-radius

49
Q

The properties that can be used to change the text direction of an element.

A

direction and Unicode-bidi

50
Q

Are often use to set the basic styles that appear throughout a website.

A

type selector

51
Q

The CSS property used to create space around elements, outside of any defined borders.

A

margin property

52
Q

It specifies a padding in px, pt, cm. etc.

A

length

53
Q

It sets the width of the bottom border.

A

border-bottom-width

54
Q

A border-style that defines a 3D ridged border.

A

ridge

55
Q

The part of the box model where text and image appear.

A

content

56
Q

Matches all elements that are descendants of a specified element.

A

descendant combinator

57
Q

The border-image property takes the image and slices it into _______________________, like tic-tac-toe board.

A

nine sections

58
Q

The property used to specify uppercase and lowercase letters in a text.

A

text-transform

59
Q

Displaying the links as block elements makes the whole link area clickable.

A

True

60
Q

The property that specifies the background color of an element.

A

background-color property

61
Q

These allow the user to have more control over how the pages display.

A

User style sheet

62
Q

The border-image property takes the image and slices it into nine sections, like tic-tac-toe board.

A

True

63
Q

The property used to specify the position of the background-image.

A

background-position

64
Q

The property used to specify the space between lines.

A

line-height

65
Q

A series of three numbers, written in hexadecimal notation.

A

hex code

66
Q

The property used to set the color of the four borders.

A

border-color property

67
Q

The property used to specify the indention of the first line of a text.

A

text-indent property

68
Q

The simplest method of adding CSS styles to your web pages

A

Inline Style Sheet

69
Q

To build a vertical navigation bar, you can style the <a> element inside the list.
</a>

A

True

70
Q

The property that specifies the amount by which the border image area extends beyond the border box.

A

border-image-outset property

71
Q

Used to define a special state of an element.

A

pseudo-class selector

72
Q

A border-style that defines a 3D grooved border.

A

groove

73
Q

The property that specifies where the background image are positioned.

A

background-origin

74
Q

Ways of adding style sheets into your webpage

A

Inline Style Sheet
Internal Style Sheets
External Style Sheets

75
Q

The property that specifies what kind of border to display.

A

border-style property

76
Q

The part of the box model that a border goes around the padding and content.

A

border

77
Q

ID selector are used to select one particular element, rather than a group of elements.

A

True