Computers

9th -

12thgrade

Image

Advanced HTML and CSS

586
plays

15 questions

Show Answers
See Preview
  • 1. Multiple Choice
    1 minute
    1 pt

    Which of the following is the proper way to apply the CSS code inside style.css to the about.html file?

    Inside style.css:

    applyTo {

    href: about.html;

    }

    Inside about.html:

    <head>

    <style href="style.css"></style>

    </head>

    Inside style.css:

    <html href="about.html">

    Inside about.html:

    <head>

    <link rel="stylesheet" type="text/css" href="style.css">

    </head>

  • 2. Multiple Choice
    1 minute
    1 pt

    Which of the following would you use an IFrame for?

    Embedding a map from Google Maps in your website

    Adding an image to your website

    Changing an image’s opacity when the user hovers over the image

    Adding a filter to an image on your website

  • 3. Multiple Choice
    1 minute
    1 pt

    You are trying to apply the same style to several different elements in a block, with line breaks before and after. Which tag should you use?

    <span>

    <div>

    <style>

    <src>

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?