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: How do you display hyperlinks without an underline?

    A
    a {text-decoration:none}

    B
    a {decoration:no underline}

    C
    a {underline:none}

    D
    a {text-decoration:no underline}

    Note: Not available
    1. Report
  9. Question: How do you make each word in a text start with a capital letter?

    A
    text-transform:capitalize

    B
    You can't do that with CSS

    C
    text-transform:uppercase

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

    A
    indent:

    B
    text-indent:

    C
    margin-left:

    D
    left-margin:

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