1. Question: Which of the following is the correct order for CSS border shorthand property?

    A
    width style color

    B
    color width style

    C
    style color width

    D
    color width style

    Note: Not available
    1. Report
  2. Question: Does CSS permit negative margin?

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  3. Question: How can you remove default margin and padding from your webpage?

    A
    body { margin: 0; }

    B
    body { margin: 0; padding: 0; }

    C
    body { padding: 0; }

    D
    body { remove-margin: 0; remove-padding: 0; }

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