Return to CLIP Main Page
Next: Responding to Input: Forms
Up: Document: pillow_sl_imperial
Previous: Relating HTML code and
- PiLLoW general HTML structures (can represent any HTML code):
- Name$Atts (`$/2' is defined as
an infix, binary operator.)
img$[src='images/map.gif',alt='A map',ismap]
<img src="images/map.gif" alt="A map" ismap>
- name(Text) (Term with functor
name/1)
address('clip@dia.fi.upm.es')
<address>clip@dia.fi.upm.es</address>
- name(Atts,Text) (Term with functor
name/2)
a([href='http://www.xx.y/'],'XX home')
<a href="http://www.xx.y/">XX home</a>
- env(Name,Atts,Text)
env(a,[href='http://www.xx.y/'],'XX home')
<a href="http://www.xx.y/">XX home</a>
- Also, specific structures to simplify HTML creation.
<herme@fi.upm.es>-< webmaster@clip.dia.fi.upm.es>
Last updated on Mon Mar 31 20:49:44 MET DST 1997