|
 |
|
|
Embedded in HTML H2O code is placed in HTML documents between << and >> characters. There is no requirement for external definition files nor must code be placed in external libraries. For example, writing:
<HTML> This is my web page. Today's date is: << DISPLAY TODAY /DISPLAY >> Yesterday was: << DISPLAY YESTERDAY /DISPLAY >> The day before that was: << DISPLAY ADDDAYS(TODAY,"-2") /DISPLAY >>
</HTML>
places dates in the page where the macros (the Overlays) are placed.
Overlays can be placed above the <HTML> tag in the document, between the <HTML> and | |