1. 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
  2. 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
  3. 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
  4. 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
  5. Question: You can not apply more than one <style> element in one html document

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. 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
  7. Question: HTML tags to build a tree-like outline of the page's structure which is refers to

    A
    BOM

    B
    DOM

    C
    HTML

    D
    None

    Note: Not available
    1. Report
  8. Question: DOCTYPE is required because

    A
    it ensure that the browser renders your styles correctly.

    B
    it ensure that the correct browser is loading page.

    C
    it just ensure the version of the HTML

    D
    none

    Note: Not available
    1. Report
  9. Question: DOM structure is resemble to

    A
    family tree

    B
    binary tree

    C
    structure chart

    D
    all

    Note: Not available
    1. Report
  10. Question: CSS2.1 specification defines

    A
    22 selectors

    B
    20 selectors

    C
    more than 50 selectors

    D
    21 selectors

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