Tell us what’s happening:
Describe your issue in detail here.
Why it is not accepting , there is nothing wrong in this . Don’t know why this happens
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/109.0.0.0 Safari/537.36
Challenge: Learn HTML Forms by Building a Registration Form - Step 2
Link to the challenge:
Do html elements have a closing tag?
Means what particularly,
I did what I was doing in previous projects, ir worked that time .
But now this is not working.
Can you please explain a bit like what should be there.
Thank you for responding.
Your html element should have a closing tag
It is giving like this .
Is there some glitch or something else.
kai1
February 5, 2023, 6:21am
6
rohit62ranapratap:
<html lang="en">
Are you closing this html
element?
1 Like
Like this or something else.
I have done like this . Is there something different that is required
kai1
February 5, 2023, 6:27am
8
Like this means like what?
The syntax for html
element is similar to
<tagname>
</tagname>
1 Like
Ohh i got it , thank you man
Such silly mistake.
Oh my god
Thanks for help .
Thank you very much for responding and helping out.
I got that .