Lang attribute, not sure what im doing wrong here?

This is the first step on the building a quiz, im not sure what im doing wrong in the

/* file: index.html */
<!DOCTYPE html>
<html lang="en">
 <head>
   <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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36

Challenge: Step 1

Link to the challenge:

Your code is ok

<html lang="en">

its not advancing to the next step.

i just needed to reset the browser. Thanks

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