A document's very first bytes are `<html>` (a start tag) with NO DOCTYPE at all. Which rendering mode results, and what tree-construction step is responsible?<html> <head><title>t</title></head> <body>hi</body> </html>