What is the correct way to add a background color for all horizontal rule elements?

 Posted by Vishalneeraj-24503 on 4/1/2015 | Category: CSS 3 Interview questions | Views: 3679 | Points: 40
Select from following answers:
  1. h1 {background-color:blue;}
  2. h1.all {background-color:blue;}
  3. all.h1 {background-color:blue;}
  4. All of the above.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response