|
|
FST WebDemo |
|
To create webpages you need a text editor of some sort or you can use a specialised HTML editor. For these small examples a text editor (line notepad) will do just fine.
This is a sample of a minimal HTML page:
<HTML> <HEAD> <TITLE>My first page</TITLE> </HEAD> <BODY> Hello world </BODY> </HTML> |
| Comments / remarks: i-sales@beck-ipc.com | Last modified: 2000.05.09 |