| |
|
Structure
HTML documents are composed of two parts, the head and body. The head part contains the document specific information’s such as the title to be displayed on the title bar of the browser, etc. The information’s to put in the head part should be placed inside the tag. The makes the rest of the document, it is in the body in which we place all the text which relates to the actual document along with all the formatting tags.
Here is a sample of an HTML document structure:
The main title
< body>
The body of the document.
|