I'm stuck on this question in HTML Basics. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I'm stuck on this question in HTML Basics.

<html> <head> <title>Title </____ > </head> <body> <p>Some text</p> </body> </html>

15th May 2019, 4:50 PM
CODY HANDY
CODY HANDY - avatar
2 Answers
+ 2
It is </title>
15th May 2019, 4:53 PM
Jason Mackjoo
Jason Mackjoo - avatar
+ 1
Because opening tag: <title> should have a closing tag: </title>
15th May 2019, 4:54 PM
Jason Mackjoo
Jason Mackjoo - avatar