1. Question: To define the space between the element's border and content, you use the padding property, but are you allowed to use negative values?

    A
    True

    B
    False

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

    A
    <css>

    B
    <style>

    C
    <script>

    Note: Not available
    1. Report
  3. Question: How do you display hyperlinks without an underline?

    A
    a {underline:none}

    B
    a {decoration:no underline}

    C
    a {text-decoration:no underline}

    D
    a {text-decoration:none} 

    Note: Not available
    1. Report
  4. Question: A declaration is terminated by a _____

    A
    ! (exclamation mark)

    B
    : (colon)

    C
    . (period)

    D
    ; (semi colon)

    Note: Not available
    1. Report
  5. Question: Spaces are not permitted in 1. property names 2. between unit of measurement and the number Literal

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: How can you make a comment to your CSS?

    A
    */ This is CSS comment /*

    B
    /* This is CSS comment */

    C
    // This is CSS comment

    D
    # This is CSS comment

    E
    <!-- This is CSS comment -->

    Note: Not available
    1. Report
  7. Question: Cascade in CSS refers to ______

    A
    rules are added together and applied cumulatively.

    B
    rules are added together and applied individually.

    C
    rules are added together and applied latest.

    D
    none

    Note: Not available
    1. Report
  8. Question: Where do you create CSS?

    A
    in <style> element

    B
    at style attribute in any element

    C
    external file with extension .css

    D
    <body> element

    Note: Not available
    1. Report
  9. Question: You can not apply more than one <style> element in one html document

    A
    True

    B
    False

    Note: Not available
    1. Report
  10. Question: How can you import basic.css file to another.css file?

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

    B
    import url(another.css);

    C
    <style>import url(another.css);</style>

    D
    none

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