Title element not showing up on preview

Tell us what’s happening:
Title element wont show up on the preview.
every time i add the title text the text “registration form” disappears.

  **Your code so far**
<!DOCTYPE html>
<html>
<head>
<title>Registration Form</title>  
<link rel="stylesheet" href="
styles.css"/>

</head>
<body>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 4

Link to the challenge:

Hi,

What error code are you getting? I can’t see the type attribute here, which needs to be there for the code to pass.

Also the text ‘registration form’ shouldn’t show on the website itself, page titles show on a browser tab, not the webpage itself.

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