I put in h2
as a CSS selector and it still shows as invalid and says,
You should use an
h2
element selector to target theh2
elements.
Where is the mistake? Thanks in advance for answering.
/* User Editable Region */
h1, h2 {
font-family: Verdana, Tahoma;
border-bottom: 4px solid #dfdfe2;
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Learn Accessibility by Building a Quiz - Step 17
Link to the challenge: