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>
7 Answers
0
Hi there,i tired with <hr> but it didnt work.Can not figure out the problem.thank you.
+ 1
Delete anything or add something
0
I tried but it doesnt work.
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
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.
0
Try removing the </hr> because it doesnt seem to have a use