Simple Website - Vocabulary Flashcards

1
Q

CSS

A

Cascading Style Sheets, the computer code that defines the visual presentation of web pages.

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

Rule

A

The entirety of a CSS selector and its declarations.

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

Selector

A

CSS syntax that defines elements on a page to which declarations should be applied.

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

Declaration

A

Pairs of CSS properties and values that define how an element should be styled.

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

Property

A

CSS syntax that defines which part of an element should be styled, such as its color, size, position, and so on.

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

Value

A

CSS syntax that sets the variable units for properties.

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

Mobile First

A

The technique of creating mobile websites first and then progressively enhancing them to create the desktop version.

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

Hexadecimal

A

A base-16 number system that uses the letters “A” through “F” to represent the numerals 10 through 15.

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

Comment

A

A reminder or visual cue in computer code that’s meant to be readable by programmers. Comments are typically not interpreted by the browser and shouldn’t impact a website’s function in any way.

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

Block-Level Elements

A

Block elements occupy the width of their containers and generally include a line break before and after the element.

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

Inline Elements

A

Inline elements occupy the width of their contents and do not begin a new line when formatted as text.

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