Basic Structure of HTML Document
Basic Structure of HTML Document The basic structure of an HTML document is given below:<HTML> <HEAD> </HEAD> <BODY> </BODY></HTML>The above format shows that an HTML document startswith <HTML> tag and ends with </HTML> tag. It is also clearthat an HTML document consists of two main sections: Head Section Head section is used to specify… Read More »