Microsoft Exam Questions

You are developing a web page that has a group of H1 and H2 elements. The page also includes a CSS c

You are developing a web page that has a group of H1 and H2 elements. The page also includes a CSS class named underlineMe.

You have the following requirements:

You need to update the web page to meet the requirements.

Which code segment should you use?



A. Option A

B. Option B

C. Option C

D. Option D

Explanation:

The :header selector selects all header elements (<h1> to < h6 >).

Reference: jQuery :header Selector

http://www.w3schools.com/jquery/sel_header.asp