A closing tag is missing. Most HTML tags need to be closed.
BAD <head><title>hello</head> GOOD <head><title>hello</title></head>
HTML specification: http://www.w3.org/TR/html4/