Responsive Web Design Projects - Build a Survey Form

I am totally a beginner, I have no idea what is happening but nothing appears in my preview page.

<!-- file: index.html -->
<!DOCTYPE html>
  <html>
    <head>
      <title>Survey Form<title/>
    <head/>
    <body>
      <header>
       <h1>Code Learner Survey Form<h1/>
      <header/> 
    <body/>
  <html/>
/* 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: Responsive Web Design Projects - Build a Survey Form

Link to the challenge:

Redo all the closing tags.
For eg .
Instead of this <title/>
It should be </title>

it works… thank so much @hbar1st

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