Survey Form: Build a Survey Form TITLE PROBLEM

freeCodeCamp Survey Form

Description

This is my code,
I can’t find the error, anyone can help?

<html>
    <head>
      <title><h1>freeCodeCamp Survey Form</h1></title>
      <p id="description">Description</p>
      <link rel="stylesheet" href="style.css">
  </head>
    <body>

Title should be treated as a single element is this case, you do not have to nest any other element in it, you should only have the title name.

3 Likes