Computer Science, asked by vs2987492, 2 days ago

explain the difference between the head and the body tags?​

Answers

Answered by rakeshkarri79
1

Answer:

A HTML file has headers and a "body" (payload) — just like a HTTP request. The <body> encapsulates the contents of the document, while the <head> part contains meta elements, i.e., information about the contents. This is (typically) title, encoding, author, styling etc.

Explanation:

Answered by mahikapaliwal878
2

(i) The HEAD tag defines the HTML document header. (ii) It contains the information such as page title. (i) The BODY tag defines the body of the document. (ii) It contains the entire contents that will appear in the web browser window

Similar questions