|
|
|
HTML The first and last tags on a HTML document. <HTML> </HTML> Head and title Inside the HEAD, you should put the TITLE tags and the page title between them, which will appear at the top of the browser window. <HEAD> < TITLE > your page title </TITLE> </ HEAD > Body After the HEAD section comes the BODY section. All that will be displayed on the Web page is placed between this pair of tags. < BODY > </ BODY >
|