As I said. The HTML spec does not require it. You can check it yourself with a validator. The head section is implicit. It basically means that a <link> / <meta> tag can only appear inside <head> and thus it's considered part of a <head> tag even if not mentioned.
↧