Chapter 06 Web Quiz

11 September 2022
4.7 (114 reviews)
10 test answers

Unlock all answers in this set

Unlock answers (6)
question
normal
answer
_________ flow displays the elements on the page in the order they appear in the web page source code
question
class
answer
To apply a style to one or more elements on a web page, configure a CSS _____________.
question
padding, border, and margin
answer
The box model consists of a content area surrounded by:
question
padding
answer
The _______ is the area between the content and the border.
question
relative
answer
Use ______ positioning to slightly change the location of an element in relation to where it would otherwise appear when rendered by a browser.
question
.myfloat {float:right; margin:10px; border:1px solid #000000;}
answer
The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:
question
0 pixels
answer
The default value for the border property of an element is:
question
margin
answer
When using the box model, the _____ is always transparent.
question
the style will apply to only one element on a page
answer
Use an id to configure a style when:
question
float:right;
answer
If an element is configured with ___________ the other content on the page will appear to its left.