tutor_slika.jpg (16633 bytes)

 

[ The Basics ] |  [ Text Control ] | [ Frames, Tables and Forms ] | [ Lists ] | [ Page Breaks ] |

| [ Images and Links ] | [ Applets and More ]

Basics

The basics cover the tags you need in order for the page "to exist". This doesn't include what goes in the page. Only what you need in order for the browser to recognize that it truly is a web page.
<html> </html>
The basic tag for every page. This tells the browser that the file being loaded is a HTML document. Please look at this basic layout of any web page to see how it's used.
<head> </head>
Head - defines the head of your page. Includes the <title> </title> tag.
<body> </body>
Allows you to define the body arguments. This can include:
  • background="file.gif"
  • bgcolor="#rgbcode"
  • text="#rgbcode"
  • link="#rgbcode"
  • vlink="#rgbcode"
  • topmargin=n - defines the top of the margin for the body.
  • leftmargin=n
  • rightmargin=n
  •  

    |[ My CV ] |[  Photo Gallery ] |[ Home ] |

    Copyright© Ehdin Ibro Piralic 24.05.1999.