A Level Computer Science OCR Test 2025 – 400 Free Practice Questions to Pass the Exam

Image Description

Question: 1 / 400

What is represented by the root HTML tag?

The header of the document

The body of the document

The beginning of the HTML code

The root HTML tag, which is represented by <html>, indicates the beginning of the HTML document. It serves as the top-level container for all other elements in an HTML document, including headers, body content, metadata, and more. The presence of the <html> tag signifies that what follows constitutes an HTML document, defining the scope for the entire structure of the webpage.

The other options do not accurately represent the role of the root HTML tag. The header of the document is actually represented by the <head> tag, while the body of the document is encapsulated within the <body> tag. The end of the HTML document is denoted by the closing </html> tag, which comes after all the content. Thus, the root HTML tag's primary function is to mark the beginning of the HTML code.

Get further explanation with Examzify DeepDiveBeta

The end of the HTML document

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy