Go to the home page
1.4.Unit 1 Summary
backGo to the Navigation pageHelpExitNext

In this lesson....

  1. tags summary

<html>
<head>...</head>
<body>...</body>
</html>
Basic HTML Structure
Evry HTML document should contain this basic Structure
The head contains the title, and the body contains everything displayed as part of the web page
The whole page is bracketed by "html" tags.
unit 1
<title>...</title>
Title
displayed in the title bar at the top of your browser window ,but not as part of the web page
A title is also used to identify your page for search engine
Choose your title to be descriptive ,unique and short(64 characters ..)
unit 1
<!--Hello mageed-->
Comment
Notes and information in the body but not displayed in the browser
unit 1

 | home | Course Catalog| Lesson Index | next | previous |

© 1999- 2000 hayayoo e-mail: hayayoo@yahoo.com


© 1999, 2000 hayayoo Reserved


construction.gif (10829 bytes)