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

Where will the text 'Hello' actually render on the page?

<!DOCTYPE html> <html> <head> <title>Page</title> Hello </head> <body></body> </html>