![]() |
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 (like 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> |
Last modified: 2004-07-11 |