Things this site will teach you...
- HTML
- DHTML
- XHTML
- XML
- CSS
- DOM
- JAVASCRIPT
- SSI
- PLUG-INS
DHF |
Lesson One - Chapter One - [The Basic Layout]
Every HTML document has a basic layout in which everything else is put. The first line of any HTML page is the <!DOCTYPE> tag which is closely followed by the <html> tag which contains the two sections of the page: the <head></head> section and the <body></body> section. Here is and example of a basic page...
The Document's Title
..The Head Section goes here...
...The body section goes here...
The first part of this chapter is about the <!DOCTYPE> tag, how to read it and what it means; the second is about the <head> tag and what goes in it and the third part is on the <body> tag.
[Previous]
[Home]
[Contents]
[Next]
|
|