Learn Accessibility by Building a Quiz - Step 3-Chrome issue?

Tell us what’s happening:
I believe the code is correct, but maybe I’m missing something? I read in another post that Chrome extensions were causing the problem, so I deactivated all my Chrome extensions. What else should I try to be able to complete the tutorials in Chrome? I am hesitant to start the entire process over in another browser, if I don’t have to.

Thanks in advance for your help!

   **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
1  <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 3

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Hey! yeah it looks like your browser is acting weird.
try using another browser to complete this challenge

add another meta tag element in the head.
<meta></meta> after that it should pass

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