Computers

9th -

12thgrade

Image

Web Design #3

46
plays

15 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Why do we use CSS?

    HTML wasn’t intended to be able to style web pages, CSS allows

    us to add style

    Separate the content of a web page from the design of a web page

    Easily modify the look and feel of a web site even at a large scale

    All of the above

  • 2. Multiple Choice
    30 seconds
    1 pt

    Which of the following is a valid CSS rule?

    h1 {

    color: blue;

    }

    style="color:blue;"

    css="color:blue;"

    h1 {

    color {

    blue;

    }

    }

  • 3. Multiple Choice
    30 seconds
    1 pt

    Which of the following code snippets will select all <img> tags on a page and give them a height of 200

    pixels?

    <img style="height:200px;">

    tag="img" {

    height: 200px;

    }

    img {

    height: 200px;

    }

    <img> {

    height: 200px;

    }

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?