Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.
How do I make sure my title is not empty
Your code so far

<!-- file: index.html -->
<!DOCTYPEhtml>
<html lang="eng">
  <head>
    <meta charset="UTF-8"><h1 id="title">
      <title>freeCodeCamp Survey Form</title></h1>
/* file: styles.css */

Your browser information:

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

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

try getting rid of the h1 tags and just using title alone.

btw. I assume this is the ‘title’ you meant.
If you meant something else, you may want to share more of your code and a screenshot to explain.

also this is not valid HTML but this is :smiley: <!DOCTYPE html>

what do you mean I get rid of the h1 tags

A post was split to a new topic: Help with certificate submission issue

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