1 |
HyperText Procedures (HTP)
-
A HTP procedure generates a line in an HTML document that contains the HTML tag that corresponds to its name
-
For example, htp.url('http://www.npac.syr.edu',
-
'NPAC Home Page')
-
actually prints the text:
-
<a href="http://www.npac.syr.edu
-
">NPAC Home Page</a>
|