Computers

9th -

12thgrade

Image

CSS ID vs. Class

65
plays

15 questions

Show Answers
See Preview
  • 1. Multiple Choice
    10 seconds
    1 pt
    If you want to have more than one property for a CSS selector, what character separates them?
    comma (,)
    semi-colon (;)
    colon (:)
    dash (-)
  • 2. Multiple Choice
    10 seconds
    1 pt
    Which is correct CSS syntax? 
    { body; color=black;}
    body: color= black
    body {color:black;}
    (body color is black) 
  • 3. Multiple Choice
    10 seconds
    1 pt
    Select the code below that uses CSS to configure a background color of #000000 for a web page.
    body { background-color: #000000; }
    body { bgcolor: #000000; }
    document { background­-page: #000000; }
    None of these
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?