Not working why | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Not working why

<html> <head> <title>first page</title> </head> <body> <p>This is a paragraph </p> <hr /> <p>This is a paragraph </p> <!-- This is a comment --> </body> </html> <html> <head> <title>hi</titel> </head> <body> <p>work</p> <hr /> <p>worker</p> <!-- This is a comment --> </body> </html>

20th Jul 2020, 4:09 PM
sathish siva
sathish siva - avatar
1 Answer
+ 5
First of all, you put 2 html tags. Why? Second of all, the second title thing is spelled titel.
20th Jul 2020, 4:11 PM
PresidentOfYes12
PresidentOfYes12 - avatar