Intro to CSS3 and HTML5

  1. Which kind of CSS style applies to one element on a single page?

    a. Inline style
    b. Ambient style rule
    c. Style rule in an internal style sheet
    d. Style rule in an external style sheet
    Inline style
  2. The style= attribute in an HTML tag indicates what within the tag?

    a. CSS style rule
    b. Alternate text for a graphic image
    c. CSS inline style
    d. A related file
    CSS inline style
  3. Which character do you use to separate multiple property:value pairs in an inline style or style rule?

    a. Colon (:)
    b. Asterisk (*)
    c. Semicolon (;)
    d. Period (.)
    Semicolon (;)
  4. What filename extension is typically used to identify an external style sheet?

    a. .jpg
    b. .html
    c. .css
    d. .htm
    .css
  5. What tag do you use to link a Web page to an external style sheet?

    a. <link>
    b. <style>
    c. <body>
    d. <attach>
    <link>
Author
jdavis123
ID
354038
Card Set
Intro to CSS3 and HTML5
Description
Lesson 2 - Styling Your Website
Updated