1. Question: How do you make a list not display bullet points?

    A
    list-style-type: no-bullet

    B
    list-style-type: none

    C
    list: none

    D
    bulletpoints: none

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

    A
    ! (exclamation mark)

    B
    : (colon)

    C
    . (period)

    D
    ; (semi colon)

    Note: Not available
    1. Report
  3. Question: Media queries serve different styles to devices depending on

    A
    screen width and orientation

    B
    screen height and orientation

    C
    color and element

    D
    browser and version

    Note: Not available
    1. Report
  4. Question: The CSS3 Color module expands the type of color formats that you can use in websites to include

    A
    HSL and alpha transparency.

    B
    RGB

    C
    HSL

    D
    RBGA

    Note: Not available
    1. Report
  5. Question: Which of the following is selector in the code below? p{font-size:10px;}

    A
    p

    B
    p{font-size:10px;}

    C
    font-size:10px;

    D
    font-size;

    Note: Not available
    1. Report
  6. Question: Which of the following is a CSS rule in the code below? p{padding:10px;}

    A
    p{padding:10px;}

    B
    p

    C
    padding:10px;

    D
    {padding:10px;}

    Note: Not available
    1. Report
  7. Question: Which of the following is CSS declaration in the code below? p{margin-left:40px;}

    A
    margin-left:40px;

    B
    p{margin-left:40px;}

    C
    margin-left

    D
    40px;

    Note: Not available
    1. Report
  8. Question: Which of the following prefixes is not correct for browser-specific CSS3 properties?

    A
    -moz-

    B
    -ms-

    C
    -o-

    D
    -webkit-

    E
    -ie-

    Note: Not available
    1. Report
  9. Question: Which of the following CSS property prefix group is correct for the Firefox, Internet Explorer, Opera, Google Chrome, and Safari respectively.

    A
    -moz- , -ms- , -o- , -webkit- , -webkit-

    B
    -moz- , -ie- , -o- , -webkit- , -webki

    C
    -firefox- , -ie- , -o- , -webkit- , -webki

    D
    -moz- , -ms- , -opera- , -webkit- , -webki

    E
    -moz- , -ms- , -o- , -webkit- , -saf-

    Note: Not available
    1. Report
  10. Question: Which of the following is the standard CSS property?

    A
    -moz-linear-gradient

    B
    -webkit-linear-gradient

    C
    -ms-linear-gradient

    D
    linear-gradient

    E
    -o-linear-gradient

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