0
I'm stuck on this question in HTML Basics.
<html> <head> <title>Title </____ > </head> <body> <p>Some text</p> </body> </html>
2 Réponses
+ 2
It is </title>
+ 1
Because opening tag: <title> should have a closing tag: </title>
<html> <head> <title>Title </____ > </head> <body> <p>Some text</p> </body> </html>