štvrtok 14. januára 2010

Basic HTML document



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html>
<!--begins your html document-->
<head>
<!--begins head of your html document-->
<!--Head contains only informations about webpage.
This is invisible for visitors.-->
</head>
<!--ends head of your html document-->

<body>
<!--begins body of your page-->
<!--Body contains html codes of the page.
This is visible for visitors.-->
</body>
<!--ends body of your page-->

</html>
<!--ends your html document-->

Žiadne komentáre:

Zverejnenie komentára