|
Within the <HTML></HTML> tag pair, goes the two sections of the web page.
The <HEAD></HEAD> tag pair contains all data that used by the client computer itself,
and is not visible on the screen. The <BODY></BODY>
tag pair contains all the elements which are to be seen by a visitor to your web page.
Inside this tag pair goes the visible text, hyperlinks, graphics, tables, lists and so forth. |