You put a `<p>Loading...</p>` element directly inside `<head>` instead of `<body>`. What does the browser do?<head> <title>Demo</title> <p>Loading...</p> </head>