Web Programming – Chapter 3

Your page rank:

Total word count: 303
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 associate an external style sheet with a web page, code:

a link element in the head section of the web page

An External Style Sheet uses the ________ file extension.

CSS

Select the code below that uses CSS to configure a id named "footer" that configures small, italic text.

#footer { font-size: small; font-style: italic;}

Use the ________ tag to configure a section of a web page that is physically separated from others.

<div></div>

Which CSS property configures the font typeface?

font-family

When CSS is coded in the body of the web page as an attribute of an HTML tag it is called ________.

Inline

CSS was first proposed as a standard by the W3C in ________.

1996

Use the ________ property to configure bold text using CSS.

font-weight

To apply a style to a certain group of elements on a web page, configure a CSS ________.

Class

Use the ________ tag to configure a generic area on a web page that is embedded within a paragraph or other block display element.

<span></span>

Which CSS element configures the color of text

color

Which CSS property can be used to configure italic text?

font-style

Use the ________ tag to code embedded styles on a web page.

<style> .. </style>

Cascading Style Sheet rules are comprised of:

Selectors and Declarations

Use the _____ tag to associate a web page with an External Style Sheet.

<link>

Select the code below that uses CSS to configure a class called "offer" with blue text that uses the Arial or sans-serif font typeface.

.offer {color:blue; font-family:Arial,sans-serif;}

Select the code below that uses CSS to configure a background color of #eaeaea for a web page.

body {background-color:#eaeaea;}

Which CSS property configure the size of text?

font-size

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