Simple problem of "Build a Survey Form"

hi everybody i was trying to code a survey form but when i the script for the test it’s say "#title should be in H1 sized text : expected ‘TITLE’ to equal ‘H1’ " The code is :

<head>
        <link rel="stylesheet" href="style.css">
        <title id="title">
            TEXT
        </title>
    </head>

The same happen for the #4 user-story :

<div id="description">
         <P>paragraph</P>
        </div>

it’s said " I can see a short explanation with id=“description” in P sized text."
sorry for the stupid question but i couldn’t find nothing on internet

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

sorry didn’t know that ty.

This isn’t a h1 element

and this tag should probably be <p>

ty very much now its working

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