1. Question: Which CSS property controls the text size?

    A
    text-style

    B
    font-size

    C
    text-size

    D
    font-style

    Note: Not available
    1. Report
  2. Question: What is the correct CSS syntax for making all the <p> elements bold?

    A
    <p style="text-size:bold">

    B
    p {font-weight:bold}

    C
    <p style="font-size:bold">

    D
    p {text-size:bold}

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

    A
    a {text-decoration:none}

    B
    a {decoration:no underline}

    C
    a {underline:none}

    D
    a {text-decoration:no underline}

    Note: Not available
    1. Report
  4. Question: How do you make each word in a text start with a capital letter?

    A
    text-transform:capitalize

    B
    You can't do that with CSS

    C
    text-transform:uppercase

    Note: Not available
    1. Report
  5. Question: How do you change the font of an element?

    A
    font=

    B
    font-family:

    C
    f:

    Note: Not available
    1. Report
  6. Question: How do you make the text bold?

    A
    font:b

    B
    font-weight:bold

    C
    style:bold

    Note: Not available
    1. Report
  7. 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
  8. Question: How do you change the left margin of an element?

    A
    indent:

    B
    text-indent:

    C
    margin-left:

    D
    left-margin:

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