If you omit writing <head> and </head> in HTML syntax, there will still be a head tag in the parsed result.
(This is different from XML syntax, where omitting the start and end tags means omitting the element as a whole so that there will be no head tag in the parsed result.)