BasicNamestolearn Flashcards

"Basic" Words that would be good for you to know

1
Q

The algorithm used by browsers to determine the CSS declaration that is the most relevant to an element, which in turn, determines the property value to apply to the element.

A

Specifisity

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

The language that provides the formatting and “look” of a Web page or document written in a markup language. (Mainly known by its acronym)

A

Cascading Style Sheets

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

an algorithm that defines how user agents combine property values originating from different sources

A

Cascade

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

Specifies that a property should inherit its value from its parent element.

A

Inheritance

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

a selector that specifies a special state of an element, such as when a user hovers over it, tabs to it, or selects a link.

A

Pseudo-classes

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

This is used to style specified parts of an element. For example, it can be used to: Style the first letter, or line, of an element. Insert content before, or after, the content of an element.

A

Pseudo-elements

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

contains one or more selectors and one or more declarations. (The set in CSS that tells elements where they need to go, what size they need to be, etc)

A

Rule Sets

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

A CSS rule has three parts

A

the selector, property, and value

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

a computer program that represents a person, such as a browser, and is responsible for retrieving and presenting web content for end users. These include web browsers, media players, and plug-ins that help in retrieving, rendering, and interacting with web content

A

User Agents

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

This is the buffer that is added around the outside of an element

A

Margin

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

This is spacing within an element itself

A

padding

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

everything from the start tag to the end tag

A

element

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

elements can contain other elements (examples: <body>; <html>

A

Nested Element

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

a box that wraps around every HTML element. It consists of: [content, [padding, [borders, [margins [content] ] ] ] ]

A

Box Model

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

sets how an item will grow or shrink to fit the space available. [It will adjust margins and positioning of elements relative to each other]

A

flexbox

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

divides a page into major regions

A

Grid

17
Q

the term for how much a page’s layout shifts while it loads,

A

Cumulative Layout Shift

18
Q

ordered list

A

ordered list

19
Q

unordered list

A

unordered list

20
Q

block

A

block

21
Q

inline

A

inline

22
Q

block-inline

A

block-inline

23
Q

Variables cascade

A

Variables cascade