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 body is displayed on the web page and the header is not.\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.

question #7\nmultiple choice\nwhat is a primary difference between the header section of a document and the body\nthe body is displayed on the web page and the header is not.\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.

Answer

Answer:

None of the above options are correct. In HTML, both the <body> and <header> tags are not self - closing and both the header and the body sections are displayed on the web page.

Brief Explanations:

In HTML, the <body> tag contains the visible content of a web page like text, images etc. The <header> tag is used for introductory content or a set of navigational links at the start of a page or a section. Neither are self - closing and both are displayed.