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 starts with <HTML> tag and ends with </HTML> tag. It is also clear that an HTML document consists of two main sections: Head Section Head section is used to specify a title of the web page, normally. There are some other uses of Head section too, like linking external style sheets and Java script code, etc. Head section starts with the <HEAD> tag and ends with the </HEAD> tag. <TITLE> tag is used to display a title of...
Study and Download Perfect Computer Notes on Concepts of Information Technology and Computer Science.