HTML Tutorial 2: Getting Started with CSS Flashcards

1
Q

CSS

A

Used to specify the format and appearance of content on webpages.

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

modules

A

A component of CSS that focuses on a particular design topic.

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

browser styles/user agent styles

A

A style built into the web browser itself.

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

user-defined styles

A

A style defined by the user based on settings made in configuring the browser. Takes precedence over browser styles.

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

external styles

A

A style created by the page author and placed into a CSS file and linked to the page. takes precedence over user-defined styles.

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

embedded styles

A

A style added to the head of an HTML file. Only applies to the HTML document in which they are created and is not accessible to other documents in the website.

<style>

   style rules
</style>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

inline styles

A

A style added as attributes of an HTML element. Highest order of precedence, but not considered best practice because it violates one of the basic tenets of HTML: that HTML files should only describe the content and structure of the document and not the design itself.

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

General syntax of a CSS style rule

A

selector {
property1: value1;
property2: value2;

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

style rule

A

CSS code that sets the display properties of a page element.

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

browser extensions

A

An extension to CSS supported by a specific browser.

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

vendor prefix

A

The prefix added to a browser extension.

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

style inheritance

A

The principle by which style properties are passed from a parent element to its children.

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

style sheet comments

A

/*
comment
*/

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

CSS at-rule

A

CSS rule that directs how the browser should interpret and parse the CSS code

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

@import

A

CSS rule used to import a style sheet file into the current style sheet.
@import url(url);

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

contextual selector

A

A selector that specifies the context under which a particular page element is matched

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

parent element

A

An element that contains one or more child elements

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

child elements

A

An element contained within a parent element.

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

descendant elements

A

An element that descends from a parent element within the document hierarchy.

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

color values

A

A numeric expression that defines a color.

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

RGB Triplet

A

A color value indicating the red, green, and blue values of a color.

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

hexadecimal number

A

A number expressed in the base 16 numbering system.

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

Hue

A

The tint of a color, represented by a direction on the color wheel.

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

Saturation

A

The intensity of a chosen color, ranging from 0% to 100%

25
Q

Lightness

A

The brightness of a chosen color, ranging from 0% to 100%.

26
Q

opacity

A

A measure of the solidness of a color, ranging from 0 to 1.

27
Q

Progressive enhancement

A

A CSS technique in which styles that conform to older standards are entered first with newer standards placed last.

28
Q

selector patterns

A

A selector that matches only those elements that correspond to the specified pattern.

29
Q

Wildcard selector

A

A selector that matches all elements.

30
Q

sibling selectors

A

A selector that matches elements based on the elements that are adjacent to them in the document hierarchy

31
Q

Typography

A

The art of designing the appearance of characters and letters on a page

32
Q

fonts

A

Definition of the style and appearance of each character in an alphabet

33
Q

font-stack

A

A list of fonts defined in the font-family property

34
Q

specific font

A

A font that is identified by name.

35
Q

generic font

A

A general description of a font face.

36
Q

serif

A

A typeface in which a small ornamentation appears at the tail end of each character.

37
Q

sans-serif

A

A typeface without any serif ornamentation.

38
Q

monospace

A

A typeface in which each character has the same width, often used to display programming code.

39
Q

cursive

A

A typeface that mimics handwriting with highly stylized elements and flourishes

40
Q

fantasy

A

A highly ornamental typeface used for page decoration

41
Q

Web-safe fonts

A

A font that is displayed mostly the same way in all operating systems and on all devices.

42
Q

web font

A

A font in which the font definition is supplied to the browser in an external file

43
Q

Absolute units

A

Units that are fixed in size regardless of the output devices.

44
Q

relative units

A

A unit that is expressed relative to the size of other objects within the web page or relative to the display properties of the device itself.

45
Q

pixels (px)

A

A single dot on the output device.

46
Q

scalable

A

The principle by which text is resized using relative units.

47
Q

root em unit (rem)

A

A relative unit of length that expresses a size relative to the font size of the root element.

48
Q

viewport units

A

A relative unit of length that expresses a size relative to the width or height of the browser window.

49
Q

tracking

A

A measure of the amount of space between words, set using the word-spacing property.

50
Q

Leading

A

A measure of the amount of space between lines of text, set using the line-height property.

51
Q

hanging indent

A

A layout in which the first line extends to the left of the block.

52
Q

list marker

A

A symbol displayed alongside a list item.

53
Q

padding space

A

The part of the box model that extends from the element content to the element border.

54
Q

border

A

The part of the box model that surrounds the padding space.

55
Q

margin space

A

The part of the box model that surrounds the element border, extending to the next element.

56
Q

box model

A

A layout model in which element content is surrounded by padding, border, and margin spaces.

57
Q

pseudo-class

A

A classification of an element based on its current status, position, or use in the document.

58
Q

structural pseudo-class

A

A pseudo-class based on the element’s location within the structure of the HTML document.

59
Q

dynamic pseudo-class

A

A pseudo-class based on the actions of the user within the element.