Lesson-2 (Head and Body Sections)
2.1 Header SectionEvery HTML document must have a head section which begains with the tag <HEAD> and ends with </HEAD>. The following are some important compontents of the header section.
The tile is the heading that appears as the title of the windows.It is enclosed between the tags <TITLE> and </TITLE>.
2.3 Prologue
A prologue is only a comment which can tell about the HTML version that is adopted for preparing the document.A prologue is shown as follows:-
The link tag can be used for following purposes:-
Lately, people have bean appreciating anything only if it is colorful and neat. A Web Page can also be made colorful by using three attributes in the <body> tag.They are:-
HTML programming language has the facility to include comment lines for the reference of programmer. The comment will not appear in the web page.We include comments using the <!> tag. The general format is:-