Web Design Ch.6 part 1

Your page rank:

Total word count: 380
Pages: 1

Calculate the Price

- -
275 words
Looking for Expert Opinion?
Let us have a look at your work and suggest how to improve it!
Get a Consultant

To apply a style to one or more elements on a web page, configure a CSS _____________.

class

The box model consists of a content area surrounded by:

padding, border, and margin

The _______ is the area between the content and the border.

padding

_________ flow displays the elements on the page in the order they appear in the web page source code.

normal

Use ___________ positioning to slightly change the location of an element in relation to where it would otherwise appear when rendered by a browser.

relative

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:

.myfloat { float:right; margin:10px; border: 1px solid #000000; }

The default value for the border property for an element is:

0 Pixels

When using the box model, the _____ is always transparent.

Margin

Use an id to configure a style when:

the style will apply to only one element on a page.

If an element is configured with ___________ the other content on the page will appear to its left.

float:right;

Which of the following configures a margin for an element with the following values: top margin 30 pixels, left margin 150 pixels, right margin 0 pixels, and bottom margin 0 pixels?

margin:30px 0 0 150px;

Use the ________ property along with the left, right and/or top property to precisely configure the position of an element

position:absolute;

Use the ________ or _______ property to clear a float.

clear or overflow

Choose the example below that configures a comment in CSS.

/ comment /

Choose the example below of a descendent selector that configures the anchor tags with the nav element

nav a

Select the example below that could be used to clear a right float.

clear: right;

Select the example below that configures a container to clear all floated elements that are within the container

overflow: auto;

When configuring the background color of an element, the background color is applied to both the content and ______ areas

padding

Use the _______________ property to configure an image to use as a bullet point in an unordered list.

list-style-image

From the choices below select the correct order to code CSS pseudo-classes.

link, visited, hover, active

Set list-style-type to the value ___________ to hide the display of the list markers on an ordered list.

none

Share This
Flashcard

More flashcards like this

NCLEX 10000 Integumentary Disorders

When assessing a client with partial-thickness burns over 60% of the body, which finding should the nurse report immediately? a) ...

Read more

NCLEX 300-NEURO

A client with amyotrophic lateral sclerosis (ALS) tells the nurse, "Sometimes I feel so frustrated. I can’t do anything without ...

Read more

NASM Flashcards

Which of the following is the process of getting oxygen from the environment to the tissues of the body? Diffusion ...

Read more

Unfinished tasks keep piling up?

Let us complete them for you. Quickly and professionally.

Check Price

Successful message
sending