question #7\nmultiple choice\nwhat is a primary difference between the header section of a document and the…

question #7\nmultiple choice\nwhat is a primary difference between the header section of a document and the body\nthe tag for the body is self - closing, but the tag for the header must be closed.\nthe header is displayed on the web page and the body is not.\nthe tag for the header is self - closing, but the tag for the body must be closed.\nthe body is displayed on the web page and the header is not.

question #7\nmultiple choice\nwhat is a primary difference between the header section of a document and the body\nthe tag for the body is self - closing, but the tag for the header must be closed.\nthe header is displayed on the web page and the body is not.\nthe tag for the header is self - closing, but the tag for the body must be closed.\nthe body is displayed on the web page and the header is not.

Answer

Brief Explanations:

In HTML, both the <header> and <body> tags are not self - closing and need to be closed with </header> and </body> respectively. Also, both the header and the body sections of a document are displayed on a web page. The body contains the main content of the page, while the header often contains introductory or navigational information.

Answer:

None of the above options are correct.