Lesson 5 Flashcards

1
Q

Block-level Element,Creates boxes that contribute to the layout of the document. Sections, articles, paragraphs, lists, and images are examples of block-level elements.

A

Block-level Element

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

Border,”Surrounds the box itself. A border can be transparent, or it can be colored and have a pattern like a dashed line.”

A

Border

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

Content,”Is whatever is displayed in the box, such as text and images.

A

Content

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

Flexbox,Offers flexible layouts for UI design.

A

Flexbox

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

Flexbox Item,A child box.

A

Flexbox Item

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

Flexbox Box Model,Is a layout mode for using flexible boxes in user interfaces. The model is part of the CSS3 draft specification.

A

Flexbox Box Model

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

Grid Item,Child elements of a grid.

A

Grid Item

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

Grid Layout,Are similar to spreadsheets in that they use columns, rows, and cells, but you can create many different types of layouts that, in the end, don’t look like a spreadsheet at all.

A

Grid Layout

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

Grid Layout Model,For more complex layouts. The grid layout model lets you control the design of sections or entire HTML-based documents using CSS3. As the name implies, a grid layout uses rows and columns to make the design look cleaner and structured.

A

Grid Layout Model

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

Grid Template,Provides a visualization of the grid element’s structure and defines the grid cells.

A

Grid Template

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

Inline Element,Are designed for laying out text and don’t disrupt the flow of the document. Applying boldface and the new HTML5 mark element are examples of inline elements.

A

Inline Element

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

Margin,Is transparent and sits at the outermost edge of a box, providing space between the box and other boxes in the document.

A

Margin

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

Media Queries,Enable you to adapt an HTML document to end-user devices. HTML media element types include aural, braille, handheld, print, projection, screen, tty, and tv.

A

Media Queries

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

Padding,Is the space between the border of the box and its content. Padding generally takes on the same color as the box’s background color.

A

Padding

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

Parent/Child Relationship,Is important to understand when working with the CSS. Essentially, a parent box can contain one or more boxes. The boxes contained within a parent box are referred to as child boxes.

A

Parent/Child Relationship

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

User Interface,Is the portion of a Web site or application with which a user interacts.

A

User Interface

17
Q

Vendor Prefix,Which is a keyword surrounded by dashes, to the front of a CSS3 property name.

A

Vendor Prefix

18
Q

Block-level Element,Creates boxes that contribute to the layout of the document. Sections, articles, paragraphs, lists, and images are examples of block-level elements.

A

Block-level Element

19
Q

Border,Surrounds the box itself. A border can be transparent, or it can be colored and have a pattern like a dashed line.

20
Q

Content,Is whatever is displayed in the box, such as text and images.

21
Q

Flexbox,Offers flexible layouts for UI design.

22
Q

Flexbox Item,A child box.

A

Flexbox Item

23
Q

Flexbox Box Model,Is a layout mode for using flexible boxes in user interfaces. The model is part of the CSS3 draft specification.

A

Flexbox Box Model

24
Q

Grid Item,Child elements of a grid.

25
Grid Layout,Are similar to spreadsheets in that they use columns, rows, and cells, but you can create many different types of layouts that, in the end, don't look like a spreadsheet at all.
Grid Layout
26
Grid Layout Model,For more complex layouts. The grid layout model lets you control the design of sections or entire HTML-based documents using CSS3. As the name implies, a grid layout uses rows and columns to make the design look cleaner and structured.
Grid Layout Model
27
Grid Template,Provides a visualization of the grid element's structure and defines the grid cells.
Grid Template
28
Inline Element,Are designed for laying out text and don't disrupt the flow of the document. Applying boldface and the new HTML5 mark element are examples of inline elements.
Inline Element
29
Margin,Is transparent and sits at the outermost edge of a box, providing space between the box and other boxes in the document.
Margin
30
Media Queries,Enable you to adapt an HTML document to end-user devices. HTML media element types include aural, braille, handheld, print, projection, screen, tty, and tv.
Media Queries
31
Padding,Is the space between the border of the box and its content. Padding generally takes on the same color as the box's background color.
Padding
32
Parent/Child Relationship,Is important to understand when working with the CSS. Essentially, a parent box can contain one or more boxes. The boxes contained within a parent box are referred to as child boxes.
Parent/Child Relationship
33
User Interface,Is the portion of a Web site or application with which a user interacts.
User Interface
34
Vendor Prefix,Which is a keyword surrounded by dashes, to the front of a CSS3 property name.
Vendor Prefix