Tutorial 3 Flashcards

1
Q

reset style sheet

A

A base style sheet that supersedes the browser’s default styles, providing a consisting starting point for page design.

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

fixed layout

A

A layout in which the size of the page and the page elements are fixed, usually using pixels as the unit of measure.

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

fluid layout

A

A layout in which the size of the page elements are set using percentages.

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

elastic layout

A

A layout in which all measurements are expressed in em units and based on the default font size.

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

floating

A

A design technique in which an element is taken out of its default document position and placed along the left or right edge of its parent element.

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

drop cap

A

A design element in which the initial letter in a body of text drops down into the text body.

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

responsive design

A

A design principle in which the layout and design of the page changes in response to the device that is rendering the page

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

content box model

A

A layout model in which the width property only refers to the width of the element content.

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

border box model

A

A layout model in which the width property refers to the width of the element’s content, padding, and border spaces

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

grid layout

A

A layout that arranges the page within grid rows with grid columns floated inside those rows.

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

fixed grid

A

A grid layout in which the widths of the columns and margins are specified in pixels with fixed positions

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

fluid grid

A

A grid layout in which the widths of the columns and margins are specified in percentages.

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

framework

A

A software package that provides a library of tools to design a website.

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

css grid model

A

A set of CSS design styles to create grid-based layouts.

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

grid area

A

A region that covers several rows and/or columns with a grid layout

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

(grid) tracks

A

A region that covers several rows and/or columns with a grid layout

17
Q

explicit grid

A

A grid in which the number and size of the rows and columns are defined within the CSS style sheet.

18
Q

implicit grid

A

A grid in which the number and size of the rows and columns are determined by the browser as it populates the grid with content from the grid container.

19
Q

fr (fractional unit)

A

CSS grid unit that represents a fraction of the available space left on the grid after all other rows and columns have attained their maximum allowable size.

20
Q

outline

A

CSS property that draws a line around the selected elements.

21
Q

grid cell

A

A cell at the intersection of a grid row and grid column.

22
Q

gridline names

A

Descriptive names for row and column gridlines in the CSS grid model.

23
Q

lorem ipsum

A

Nonsensical improper Latin commonly used in page design as filler text.

24
Q

static positioning

A

A layout technique that places an element where it would have fallen naturally within the flow of the document.