• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/57

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

57 Cards in this Set

  • Front
  • Back
External style sheets override inline styles and embedded style sheets.
False - they do not override inline styles.
The greatest benefit of CSS is the ability to identify a style across a Web site.
True.
If there are styles that are to be repeated in a particular Web page (or in a few pages), you would be better off using an inline style sheet rather than an embedded style sheet.
False - external sheet, not inline style sheet.
If you want all paragraphs of text to have the same style within one Web page, then it makes more sense to embed that style rather than add the style to each paragraph tag within the Web page.
True.
You can specify all the padding values in a single property.
True.
The padding property can have one to four values.
True.
The hover technique used for links adds a bit of interactivity and can be used to help highlight the menu and submenu structure for the user.
True.
With the font-weight property, 100 is the boldest option of the font.
False - 900 is the boldest.
The embedded style sheet is the most powerful and lowest precedence style sheet.
False - External, not embedded.
Determining an effective structure of your Web page involves correctly determining the box model controls.
True.
In the, <link rel="stylesheet" type="css" href="sheetname.css" />, the external style sheet is located in the main or root directory of the Web site.
True.
Paged media is the same as continuous media in that the content of the document is not spilt into one or more discrete pages.
False - it's different from and it is split.
When Web site visitors print a Web page, they generally want to print the content of the Web page, which would include a navigation menu bar, for example.
False - it does not include a navigation menu bar.
You can limit what prints by creating an external style sheet that is used specifically to see the styles for a printed Web page.
True.
If you have several Web pages and need a consistent style that can be easily updated, ______ is a good choice.
CSS.
An external style sheet must be saved as a(n) ______ file.
.css
A(n) ________ statement must be inserted into all Web pages in which you want to use an external style sheet.
Link.
All of the following are types of CSS EXCEPT ________.
Dynamic.
A ______ is a rule that defines the appearance of an element on a Web page.
Style.
A style _______ is a series of rules that defines the style for a Web page or an entire Web site.
Sheet.
A(n) _____ style sheet is used to change the style within an individual HTML tag.
Inline.
Which of the following kinds of style sheets are overriden by inline styles?
Both A and B, which is Embedded and External.
A(n) _______ style sheet is used to change the style of one Web page.
Embedded.
A(n) _____ style sheet is used to change the style of multiple pages in a Web site.
External.
The ______ property is a good way to add additional space between words.
Word-spacing.
Within the style tag container, Web developers generally follow the coding practice to add HTML ____ tags.
Comment.
Which of the following is NOT a way to add the line-height value?
By style.
If you specify line-height by number, the browser uses the _____ property to determine the space.
Font-size.
In the padding property statement, padding: 25px 50px 75px 100px; the top padding is ______.
25px
In the padding property statement, padding: 25px 50px 75px; the left padding is ______.
50px
The measurement x-height is usually about ______ the font size.
half.
A(n) _______ is equivalent to 1/72 of an inch.
point
The ______ code sets the style so that the Web page element remains constant and does not move.
position: absolute
The ______ property value generates an absolutely positioned element, positioned relative to the first parent element that has a position other than static.
absolute
The ______ property value generates a relatively positioned element, positioned relative to it's normal position.
Relative
The _____ property value places the element in the normal flow.
Static
The _____ property value is the default.
Static
Which of the following is not an element of the box model?
format
With _____ you can establish a standard look for all Web pages on a Web site.
CSS
The _______ property allows a Web developer to shorten the code.
Shorthand.
The unit _______ means pixels.
px
CSS _______ are used to add special effects to some selectors.
pseudoclasses
The ______ property is used to position an element on the Web page.
position
The ______ property value specifies that the value of the position property should be inherited from the parent element.
inherit
In the box model, the ______ is the space between the content of the element and the box border.
Padding
In the box model, the _______ specifies the space between the element and other content on the Web page.
margin
In the box model, the ____ is what surrounds the element content.
border
Once you have positioned the _____ on the Web page, you can control its appearance by manipulating its padding, borders, and margins.
box
A(n) ________ is a rectangular region that contains two areas: the page area and the margin area.
page box
Using the ______ rule gives you the flexibility that you need in controlling printing of a Web page.
@page
The type of multimedia that you select to use is based on the purpose of the content.
True
Multimedia is rarely used on Web pages.
False - it is widely used
Podcasts are becoming more prevalent in both academic and corporate settings
True
You can easily create a slideshow from your pictures using most movie editing software.
True
Like embedded media, external media is displayed out of context with the Web page that calls it.
False - Unlike embedded media
It is suggested that Web developers utilize common formats, such as .wmv, .mp4, .flv, and .mp3
True
It is a good idea to let your users know what format of multimedia is being used
True