Art, asked by kanishka6471, 11 months ago

Differentiate between <HEAD> and <BODY> tag.

Answers

Answered by Anonymous
2

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.

Similar questions