1. Question: How do you change the text color of an element?

    A
    color:

    B
    text-color:

    C
    text-color=

    D
    fgcolor:

    Note: Not available
    1. Report
  2. 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
  3. 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
  4. Question: How do you change the font of an element?

    A
    font=

    B
    font-family:

    C
    f:

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

    A
    font:b

    B
    font-weight:bold

    C
    style:bold

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

    A
    You can't do that with CSS

    B
    text-transform:capitalize

    C
    text-transform:uppercase

    D
    text-transform:lowercase

    Note: Not available
    1. Report
  7. Question: Which CSS property is used to make the text to be bold?

    A
    text-bold

    B
    font-weight

    C
    bold

    D
    font-bold

    Note: Not available
    1. Report
  8. Question: Which CSS property is used to make shadow effect on text?

    A
    text-shadow

    B
    font-shadow

    C
    box-shadow

    D
    text-effect

    Note: Not available
    1. Report
  9. Question: Which CSS property is used to make the text to be uppercase?

    A
    text-transform

    B
    text-case

    C
    text-uppercase

    D
    text-upper

    E
    font-uppercase

    Note: Not available
    1. Report
  10. Question: Which CSS property is used to break the long word if there is no space in the element?

    A
    word-break

    B
    word-wrap

    C
    box-sizing

    D
    letter-break

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