Learn Accessibility by Building a Quiz - Step 5

Tell us what’s happening:
Describe your issue in detail here.

What’s wrong with my title?

   **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
 <head>
   <title name="FreeCodeCamp Quiz practice project"></title>
   <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 (X11; CrOS x86_64 14816.99.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 5

Link to the challenge:

Javier,

I’m typing everything I know to type and am not getting it. Anything to do with quiz. Computer programmer quiz. etc. Accessibility quiz. I can’t get it. I guess I’m going to have to call it a night with this. Until tomorrow…

1 Like

The fire logo? I don’t know.

Hi, you don’t need to add any attributes to <title> element here, just add some text content inside title.
You’ve already done similar thing in previous parts of curiculum.

got it. LIke this. <title> Programmers Quiz</title>

well, it looks fine to me, try it)

GOT IT! Thank you so much.

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