Tag: html

Questions Related to html

  1. text-color

  2. foreground-color

  3. background-color

  4. color


Correct Option: D
  1. selector { property: value }

  2. selector { property= value }

  3. selector ( property: value )

  4. selector ( property= value )


Correct Option: A

What does the ID selector do?

  1. Apply the style to a specific element

  2. Apply the style to all the elements

  3. Apply the style to a group of elements

  4. Apply the style to elements of the same type


Correct Option: A
  1. Tag

  2. Attribute

  3. Deceleration

  4. This is H1

  5. h1 {color: red;}


Correct Option: C