1. Question: What does CSS stand for?

    A
    Cascading Style Sheets

    B
    Computer Style Sheets

    C
    Colorful Style Sheets

    D
    Creative Style Sheets

    Note: Not available
    1. Report
  2. Question: What is the correct HTML for referring to an external style sheet?

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

    B
    <style src="mystyle.css" />

    C
    <stylesheet>mystyle.css</stylesheet />

    Note: Not available
    1. Report
  3. Question: Where in an HTML document is the correct place to refer to an external style sheet?

    A
    In the <body> section

    B
    At the top of the document

    C
    At the end of the document

    D
    In the <head> section

    Note: Not available
    1. Report
  4. Question: Which HTML tag is used to define an internal style sheet?

    A
    <css>

    B
    <style>

    C
    <script>

    Note: Not available
    1. Report
  5. Question: Which HTML attribute is used to define inline styles?

    A
    styles

    B
    class

    C
    font

    D
    style

    Note: Not available
    1. Report
  6. Question: Which is the correct CSS syntax?

    A
    body:color=black

    B
    body {color: black}

    C
    {body:color=black(body}

    D
    {body;color:black}

    Note: Not available
    1. Report
  7. Question: How do you insert a comment in a CSS file?

    A
    // this is a comment

    B
    ' this is a comment

    C
    // this is a comment //

    D
    /* this is a comment */

    Note: Not available
    1. Report
  8. Question: Which property is used to change the background color?

    A
    color:

    B
    bgcolor:

    C
    background-color:

    Note: Not available
    1. Report
  9. Question: How do you add a background color for all <h1> elements?

    A
    all.h1 {background-color:#FFFFFF}

    B
    h1 {background-color:#FFFFFF}

    C
    h1.all {background-color:#FFFFFF}

    Note: Not available
    1. Report
  10. Question: How do you change the text color of an element?

    A
    color:

    B
    text-color:

    C
    text-color=

    D
    fgcolor:

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd