Survey Form - Build a Survey Form

having challenge with the first instruction

Your code so far

<!-- file: index.html -->
<html>
<head>
  <title id="title">SURVEY FORM</title>
  <h1>title</h1>
</head>
/* 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/118.0.0.0 Safari/537.36 Edg/118.0.2088.61

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

  1. You should have a page title in an h1 element with an id of title

The id title should be on the h1 element.

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