Exam 4: Laying Out Elements With Css

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

You can control the stacking order of positioned elements by assigning values for the x-index property to each element.  _________________________

(True/False)
4.9/5
(31)

The ____ properties all create space around the contents of a web page element.

(Multiple Choice)
4.8/5
(49)

A CSS unit of measure equal to approximately 1/96 of an inch is a(n) ________ .

(Multiple Choice)
4.9/5
(40)

CSS lets you specify the exact position of an element on a web page using the ____ property.

(Multiple Choice)
4.7/5
(34)

The specfication "_____" is a relative unit that represents the current font size.

(Multiple Choice)
4.9/5
(30)

When the bottom margin of one element is adjacent to the top margin of another element, the margins combine, or ________________, into a single margin equal to the greater of the two values.

(Short Answer)
4.9/5
(44)

Pixels are absolute units, which means that they represent a specific length or height that doesn't change.

(True/False)
4.9/5
(45)

The size of the ____, border, and margin all increase the amount of space on a web page that an element occupies or influences.

(Multiple Choice)
4.8/5
(37)

While it requires careful planning to ensure that a positioned element doesn't unintentionally obscure the view of another element, the ability to overlap, or ________________, elements introduces additional possibilities for creative layouts.

(Short Answer)
4.9/5
(35)

In addition to two-column layouts, ____ layouts including three columns are common on the web.

(Multiple Choice)
4.9/5
(44)

Case-Based Critical Thinking Question Kamilla is creating a pet adoption website, and is currently learning about her options using the position property. If Kamilla wants an element positioned relative to another element on the page, she would choose the ____ position property.

(Multiple Choice)
4.8/5
(31)

The CSS property of left can have a value in em, pixels, or percent of the ____.

(Multiple Choice)
4.7/5
(31)

A widely used layout involves columns of text and graphics running parallel to each other down the page. You can create a basic version of this arrangement, known as a ____ layout.

(Multiple Choice)
4.8/5
(38)

A margin shorthand property can have up to four values. _________________________

(True/False)
4.8/5
(41)

If you provide four values for the margin or padding property, browsers apply the first value to the ____.

(Multiple Choice)
4.8/5
(48)

You can use the position property to create multicolumn layouts that look and behave just like those created with the clear property.

(True/False)
4.9/5
(40)
Match each term with the appropriate definition.
Moves the element relative to its original position and allows other elements to flow into the space that it would have otherwise occupied
stack
Moves the element relative to its original position but preserves the space reserved for the element in its original position
absolute positioning
The default arrangment of web page elements
relative positioning
Correct Answer:
Verified
Premises:
Responses:
Moves the element relative to its original position and allows other elements to flow into the space that it would have otherwise occupied
stack
Moves the element relative to its original position but preserves the space reserved for the element in its original position
absolute positioning
The default arrangment of web page elements
relative positioning
New level displayed on top of the basic flow of elements on the Web page
normal flow
Overlap elements
layer
(Matching)
4.9/5
(40)

  Referring to the figure above, to achieve the page flow shown on the left, the elements use the default arrangement known as ______. Referring to the figure above, to achieve the page flow shown on the left, the elements use the default arrangement known as ______.

(Multiple Choice)
4.8/5
(34)

The CSS property of top , bottom , left , or  right moves the element the specified distance from the respective edge of the closest ____ element that is also positioned.

(Multiple Choice)
4.9/5
(39)

The CSS relative positioning property called ____ moves the element the specified distance from the left edge of the closest ancestor element that is also positioned; the default value, 0, leaves the element in its original horizontal position.

(Multiple Choice)
4.9/5
(26)
Showing 41 - 60 of 71
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)