Let's start learning HTML


First of all is to find out the difference between the page shown by IE and the HTML codes.

The IE shows the result of the HTML, but the language --- HTML is many codes that'll creat

the result. [ HTML >>> read by IE or Navigator >>> homepage ]

You can make a HTML file by a notepad or word , the file should be saved as xxx.htm or xxx.html .


There are many elements (eg. body, title, p, br ...)

and tags (eg. <body>, <title>, <p> ...)

in the language , the first thing is learning these words.


Beside is a simply example of HTML file:

<html> <<<< the tags <html> & </html> can be ignored

<head> <<<< between <head> and </head> is the description of file

...

</head>

<body> <<<< between <body>, </body> is the shown things read by IE

...

</body>

</html> <<<< notice that each the <html>, <head> & <body> should be

ended with the </xxxx>

Notice : the tags <html> <head> <title> </html> </head> </body> sometimes can be ignored , you can write a HTML file without them , but if you want a clear HTML or if you want to prevent the error of reading the file , you should write them .

Preface Beginning Head Next


Home Kit Fung Yee Main Guest Share Stick Collect Links

background music:

Kuraki Mai ... Stand Up

2001-09-03 08:34:27

Hosted by www.Geocities.ws

1