Exam 13: Positioning With DHTML

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

You can use the ______________________ property to remove an element from the main text flow.

(Short Answer)
4.9/5
(44)

When the ______________________ property is not set, the browser automatically adjusts the height of a sidebar to fit its contents.

(Short Answer)
4.8/5
(37)

Advanced tabular layout features in HTML were designed to provide advanced formatting; their content always reads the way it should for users of accessibility devices such as text readers.

(True/False)
4.8/5
(37)

Elements aligned or sized in fixed units can appear at different positions, depending on the user's ____ settings.

(Multiple Choice)
4.8/5
(36)

Lower z-index numbers are located closer to the top of the stack, and elements on these layers will block out elements or superimpose themselves over elements in the same position on higher layers of the stack.

(True/False)
4.8/5
(33)

You can format text elements to be draggable, using ... tags as containers.

(True/False)
4.9/5
(42)

Each absolutely positioned element is handled as a separate ______________________.

(Short Answer)
4.8/5
(34)

With the float property, the left and right values allow you to specify whether the element is positioned on the right or left side of the main document flow.

(True/False)
4.9/5
(33)

Web page ____ are like sheets of clear acetate with writing or images on them.

(Multiple Choice)
5.0/5
(26)

It is possible that a horizontal scroll bar might appear along the bottom of a display at the same time that a vertical scroll bar appears with the element.

(True/False)
4.9/5
(34)

Each layer's index property determines its position in a stack of layers.

(True/False)
4.9/5
(33)

An element positioned using ______________________ positioning remains on the same layer as the rest of the standard page elements and is not affected by the z-index order.

(Short Answer)
4.7/5
(29)

Using the ______________________ value with the float property makes an element float to the right of the flow.

(Short Answer)
4.8/5
(29)

Setting an element's width as a percentage of the page prevents the browser from presenting the page with a disproportionate amount of ______________________ white space.

(Short Answer)
4.7/5
(34)

If you choose not to specify the height or the width, the browser sizes the element automatically.

(True/False)
4.9/5
(41)

Recall the following code from the text and explain what it accomplishes: #list { height: 300px; width: 85%; overflow: scroll; }

(Essay)
4.8/5
(34)

Even when using ______________________ as the unit of measurement for coordinates, it is a good idea to specify units in order to make your code clearer when debugging it and when others read it.

(Short Answer)
4.8/5
(36)

Determining the exact number of units for an element's position coordinates is always an exact process.

(True/False)
4.9/5
(33)

You can change the sizes of elements by percentage based on screen ______________________.

(Short Answer)
4.9/5
(38)

You can change the sizes of elements by percentage based on screen ____.

(Multiple Choice)
4.8/5
(47)
Showing 81 - 100 of 130
close modal

Filters

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