HTML Basic
Here is a small list of signals you can use in HTML scripts.
Start
If you want to make a HTML page without using a programm like Frontpage you have to know a few
things to start with. A HTML page has three parts. At the begin you write you have to have this order:
<html>
<head>
<title>PAGE TITLE</title>
</head>
<body>
TEKST OR OTHER
</body>
</html>
Between the two signals you can enter the Title of your page. You can see the name at the upper left on your screen when you open the webbrowser(with your adress).
<title>HERE</title>
Tekst