Learn HTML Forms by Building a Registration Form - Step 2

Tell us what’s happening:
Describe your issue in detail here.

it says html needs closing tag but when i attach it, it still doesn’t work
Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">


<!-- User Editable Region -->

Your browser information:

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

Challenge: Learn HTML Forms by Building a Registration Form - Step 2

Link to the challenge:

Welcome to the community!

html does require both an opening and closing tag.

Example using the p element:

<p> </p>

I hope this helps you!

2 Likes

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