How To ...‎ > ‎

How create a web page

This is a little example showing how configure Annex for the displaying a simple message on a web page.

In the editor, type the following lines :

CODE: html1.bas

cls
html "<h1>This is my simple page</h1>"                            


save this file using "Save As" and giving it a name (html1.bas, for example)

In the web browser, open the output page into another window (right click on the "Output" button and click on 'Open the link in a new window"



Position both windows side by side; this will permit to have the editor and the output result at the same time





Click on "Run" (left or right window is the same)

The simple page will be shown on the output window


Now you are ready to continue into the creation of more complex web pages!




Comentarios