0

Help me find the problem in the code?

Hi, i can not find any problem in the code but it is not letting me finish.Is there any solution?Thank you. <!DOCTYPE html> <html> <head> <title>SOURAV HASAN</title> </head> <body> <h1>SOURAV HASAN</h1> <p>I am a <strong>Student</strong></p> <hr/> <h2><i>Summary</i></h2> <p>I am an enthusiastic for learning about different programs</p> </body> </html>

25th Dec 2022, 1:49 AM
SOURAV HASAN
7 Answers
0
Hi there,i tired with <hr> but it didnt work.Can not figure out the problem.thank you.
25th Dec 2022, 6:53 PM
SOURAV HASAN
+ 1
Delete anything or add something
25th Dec 2022, 2:05 AM
Lwez
Lwez - avatar
0
I tried but it doesnt work.
25th Dec 2022, 6:52 PM
SOURAV HASAN
0
Its probably the fact that you wrote <hr/> instead of </hr> Also there is nowhere in the text with <hr> when <code> are used to start something and </code> are supposed to end the thing you started but there is nothing to end
25th Dec 2022, 11:49 PM
Coder
0
Hi there. i am sorry but i foloowed your advice but it didnt work. here is the code: <!DOCTYPE html> <html> <head> <title>SOURAV HASAN</title> </head> <body> <h1>SOURAV HASAN</h1> <p>I am a <strong>Student</strong></p> </hr> <h2>Summary</h2> <p>I am always try to learn something new.</p> </body> </html> if anyone have the right code,can you please give it to me so that i can try.
27th Dec 2022, 12:45 AM
SOURAV HASAN
0
Try removing the </hr> because it doesnt seem to have a use
27th Dec 2022, 12:53 PM
Coder