HTML and HTTP were both invented by Tim Berners-Lee, who was then working as a
computer and networking specialist at a Swiss research institute. He wanted to give
the Institute’s researchers a simple markup language, which would enable them to
share their research papers via the Internet. Berners-Lee based HTML on Standard
Generalized Markup Language (SGML), an international standard for marking up text
for presentation on a variety of physical devices.
The overal structure :
<HTML>
<head> <title> write the title of your page </title>
</head>
<body>
... document contents ...
</body>
</html>
The structure at the above is used to write in the general page. Beside this in hi5 page, we must not use the full stucture like this, but we can write directly what we want to do. The next I'll show you some simple code that we can use to write the text and view the picture.
- The paragraph seperate code : <p> .....write contents .... </p>
- Using font text and color : <font size="4" color="red" face="Arial, Verdana" > write your text here..... </font>
note:
* zise is used to set the height and width of each character and the in the " ..... " you can change which size that you like.
* color is used to set the color of the text that you write between this code. And you can sellect the color that you want by changing the color in " .... " as like as : blue, black, red, navy, green,yellow,orange, purple or you can use #ffccdd, #11aacc .......
* face is used to set the font of character as like as : arial , Verdana frutiger ,helvetica , sans-serif ...........
I am fine.N u?