In: Computer Science
What are the three main parts of an HTML5 document?
HTML document divided into basically three parts
1. HTML Version information
2. HTML head
3.HTML Body
HTML Version information declares that which version present document is available what are the previous versions. what the features added in the new version of the document.
HTML head It indicates that what are the new tags or new attributes added to the new version of the HTML5.
HTML BODY in this same as above what are new features is like new tags or new attributes added to the new version of the HTML5.