Learn Accessibility by Building a Quiz - Step 4

Tell us what’s happening:
I don’t understand, I can’t validate this step. I had a problem with the previous one too, I had to click the button many times.

He tells me : “Hint : You should add a new meta element to the head.”

I have the impression that the validation does not work.

   **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="description" content="freeCodeCamp Accessibility Quiz practice project" />
   <link rel="stylesheet" href="styles.css" />
 </head>
 <body>

 </body>
</html>

/* file: styles.css */
body {
	background: #f5f6f7;
	color: #1b1b32;
	font-family: Helvetica;
	margin: 0;
}
   **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

Challenge: Learn Accessibility by Building a Quiz - Step 4

Link to the challenge:

1 Like

Your code works for me. The issue might be caused by your browser

The following steps work normally. But with this step and the previous one it doesn’t work.

I tried to restart the step.
I disabled extensions, privacy settings.
I reloaded the page with Shift + Reload.
I restarted the browser.
I tried with another browser.
I tried to disconnect.

I found it: the Dark Reader extension had to be stopped. After turning off the dark mode, I was able to validate. It worked.
This one:

Thank you for your help nhthanh719.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.