Probably a really dumb question - but in an HTML document, why does the following:
<title></title>
work ok (according to http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_basic)
but then
<title />
will stop the HTML from rendering?
Thanks
As stated in the HTML specification:
The title element must not be empty.
It also states:
Note: If it's reasonable for the Document to have no title, then the title element is probably not required.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With