|
Here you can try out arbitrary heitml examples.
Type them into the textarea and click on the Apply button to see
them execute immediately.

You can cut and paste parts of the examples into the textarea and
execute them by clicking on apply.
| <mheitml> | see the logo expand |
| <red > Hello </red> World | see environment expand |
| <if SrvTime <100000000>Good Morning <else > Hei
</if> | Check the time |
| <def mymail>heitml@h-e-i.de</def> | define abbreviation |
| <defenv Large ><font size=+8><defbody></font></defenv>
| define environment |
| <Large>Hello World </Large> | use the Large |
| <let x="abc"> <? x > <? x > | assign and print |
| <let x="abc"; ? x+x > | string concatenation |
| <let x=77; ? x+x > | integer add |
| <let se.x=0; ? se.x > | initialize session variable |
| <let se.x=se.x+2; ? se.x > | increment and print |


Type in here any heitml text you like.
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
© 1996-2010 H.E.I. All Rights Reserved.
|