Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

what is the relationship of <h1> and <body>? select the one choice that…

Question

what is the relationship of <h1> and <body>? select the one choice that best answers the prompt above: answer 1 <body> is the child of <h1> answer 2 <body> is the cousin of <h1> answer 3 <body> is the parent of <h1> answer 4 <body> and <h1> are siblings

Explanation:

Brief Explanations

In HTML document structure, the <body> element is the parent container for most visible content elements, including <h1>. So <body> is the parent of <h1>.

Answer:

  1. <body> is the parent of <h1>