Amazing! I didn't know either. It would never hurt to keep it in though. There couldn't be any question really, in an otherwise valid document, where the head ends.
I only just tested this in the w3c validator. Without seeing it in the standards, I'm not certain whether it is a glitch in the validator or an actual part of the standards. I did find an archived (1995) reference to its being optional, but would rather see it specifically for a given DOCTYPE to be certain. Browsers will error correct that sort of thing.
According to the archived reference, there is a lot that is optional. And, this in fact passes strict validation:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<div>Hi</div>
Bookmarks