Exam 4: Laying Out Elements With CSS

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

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.8/5
(42)

In addition to relative and absolute, the position property supports a third value: fixed.How is fixed positioning different than absolute positioning? How does an element with fixed positioning appear in a browser window?

(Essay)
4.9/5
(33)

Match each term with the appropriate definition. -The default arrangment of web page elements

(Multiple Choice)
5.0/5
(34)

A positioned element is placed in a new layer, which is a new level displayed on top of the basic flow of elements on the web page._________________________

(True/False)
4.8/5
(39)

By creating a fluid layout, which is also known as a(n) ____ layout, you give your Web page the flexibility to adjust its width based on the width of a user's browser window while still maintaining your intended layout.

(Multiple Choice)
4.9/5
(29)

  -Referring to the figure above, letter e indicates element ____. -Referring to the figure above, letter e indicates element ____.

(Multiple Choice)
4.9/5
(38)

A fluid layout uses the min-width and max-width properties to constrain the size of the content._________________________

(True/False)
4.7/5
(34)

  -Referring to the figure above, letter d indicates element ____. -Referring to the figure above, letter d indicates element ____.

(Multiple Choice)
5.0/5
(36)

Creating and modifying page layouts in CSS involves specifying size and position information for web page elements.

(True/False)
4.8/5
(31)

In the CSS box model, the margin is always opaque._________________________

(True/False)
4.9/5
(35)

    -Figure B.shows the Web page at its maximum width which was set using the ____ property.     -Figure B.shows the Web page at its maximum width which was set using the ____ property. -Figure B.shows the Web page at its maximum width which was set using the ____ property.

(Multiple Choice)
4.8/5
(30)

​ ​ ​ ​    -Referring to the figure above, the minimum width for the element is ____. -Referring to the figure above, the minimum width for the element is ____.

(Multiple Choice)
4.8/5
(37)

You can use filler text, also called fake text, to simulate content, which allows you to work with a document with a lot of content even if it is not the final content._________________________

(True/False)
4.7/5
(43)

​ ​ ​ ​ ​ ​    -Referring to the figure above, to achieve the page flow shown on the right, you would use _____ . -Referring to the figure above, to achieve the page flow shown on the right, you would use _____ .

(Multiple Choice)
4.9/5
(36)

If Kamilla wants an element positioned relative to another element on the page, she would choose the ____ position property.

(Multiple Choice)
4.8/5
(35)

Case-Based Critical Thinking Question Tyler has been helping his friend Wes learn the website design business. -Wes wants the header element of his web page to stay at the top of the page at all times, even when users scroll the page.In this case, Tyler advises him to use ____ positioning.

(Multiple Choice)
4.8/5
(49)

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

(Multiple Choice)
4.9/5
(45)

​    -Referring to the figure above, the ____ with the highest z-index value is stacked on top of other positioned elements -Referring to the figure above, the ____ with the highest z-index value is stacked on top of other positioned elements

(Short Answer)
4.9/5
(31)

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

(Multiple Choice)
4.8/5
(42)

An element with a smaller z-index value is displayed on top of an element with a larger value.

(True/False)
4.9/5
(30)
Showing 21 - 40 of 75
close modal

Filters

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