English, Computers

12th

grade

Image

HTML STYLES

39
plays

6 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    Image

    Use the correct HTML attribute, and CSS, to set the color of the paragraph to "blue".

    <p =";">This is a paragraph.</p>

    <p style="color:blue;">This is a paragraph.</p>

  • 2. Multiple Choice
    30 seconds
    1 pt
    Image

    Use CSS to set the font of the paragraph to "courier".

    <p style="font-family:courier;">This is a paragraph.</p>

    <p style="------:courier;">This is a paragraph.</p>

  • 3. Multiple Choice
    30 seconds
    1 pt
    Image

    Use CSS to center align the paragraph.

    <p style=":text-align;">This is a paragraph.</p>

    <p style="text-align:center;">This is a paragraph.</p>

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?