<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Hello
I have noticed an error in the code of section:
HTML Basics | 7.More about headings
maybe it’s just me that has the error but…
Here is the code:
<head>
<title>
Headings & Paragraphs
</title>
</head>
<body>
<h1>
<p>
Content
</p>
<p>
and more
</p>
</hi>
</body>
Noticed it?
The error is right here:
<body>
<h1>
<p>
Content
</p>
<p>
and more
</p>
</hi> <--- This line should say </h1> instead of </hi>
</body>
I hope this error gets fixed soon
– IIRawcodeII