HTML initial project, I can't remember the string literal used as title

Tell us what’s happening:
Describe your issue in detail here.
I can’t remember what the string literal used as a title for my initial HTML project.
My code will not pass because I can’t remember it exactly.

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
  <titl>Registration Form
 <title/>
</head>
<body>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Step 4

Link to the challenge:

First of all there is a typo in your title tag. <titl> should be <title> and <title/> should be </title>

The string that goes inside <title> </title> is Registration Form .

PrudhviJonnalagadda,

You are very kind.
I noticed after I posted.
This is what happens when sleep deprivation sets in.
I haven’t written a line of code in anything since 2008.
I fixed my code, and I’m moving forward.
Time to buy a good book.

jeff b

Glad to hear you have solved the test. Keep learning!

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