Differentiate between root element and head element :
Root element
Head element
(write 5 lines on both)
Answers
Answered by
2
Root element
ROOT elements are also called document elements. In HTML, the root element is the <html> element. The World Wide Web Consortium defines not only the specifications for XML itself, but also the DOM, which is a platform- and language-independent standard object model for representing XML documents.
Head element
The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag. HTML metadata is data about the HTML document. Metadata is not displayed. Metadata typically define the document title, character set, styles, scripts, and other meta information.
Similar questions