1. Question: How do you display a border like this:The top border = 10 pixels,The bottom border = 5 pixels,The left border = 20 pixels,The right border = 1pixel?

    A
    border-width:10px 5px 20px 1px

    B
    border:10px 20px 5px 1px

    C
    border:10px 1px 5px 20px

    D
    border-width:5px 20px 10px 1px

    Note: Not available
    1. Report
  2. Question: How do you make a list that lists its items with squares?

    A
    list-type: square

    B
    list-style-type: square

    C
    type: square

    D
    type: 2

    Note: Not available
    1. Report
  3. Question: How do you insert padding so thats it is 10 pixels at the top, 15 pixels at the bottom, 5 pixels at the right and 10 pixels to the left?

    A
    padding:5px 10px 15px 10px

    B
    padding:10px 15px 5px 10px

    C
    padding:10px 5px 15px 10px

    D
    padding:10px 5px 10px 15px

    Note: Not available
    1. Report
  4. Question: Which snippet of CSS is commonly used to center a website horizontally?

    A
    Margin: auto 0;

    B
    Margin: 0 auto;

    C
    Margin: center;

    D
    Site-Align: center;

    Note: Not available
    1. Report
  5. 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
Copyright © 2024. Powered by Intellect Software Ltd