Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyHTMLhead vs bodySingle-choice MCQ

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>