load'html-tools.ijs '
'html' ht 'some text'
some text
('body';)
|syntax error: lecture
| ( 'body';)
|[-2] history-20081028
('body';'bgcolor="FFFFFF" text="#000000"') ht '
|open quote
| ('body';'bgcolor="FFFFFF" text="#000000"') ht '
| ^
|[-3] history-20081028
('body';'bgcolor="FFFFFF" text="#000000"') ht 'some more text'
some more text
par 'some text'
some text
pre 0 : 0
line 1
line 2
the last line
)
line 1
line 2
the last line
li 'some text'
some text
href <'www.apple.com'
+-------------------------+
|href=http://www.apple.com|
+-------------------------+
aref 'www.apple.com'
+-+-------------------------+
|a|href=http://www.apple.com|
+-+-------------------------+
(aref 'www.apple.com')ht 'Apple'
Apple
(ht&'') 'a'
img 'src=/Pictures/cs.gif'
br ''
br 'some text'
some text
co 'this is a comment'
co =: ('')
co
'')
co =: ('')
co 'this is a comment'
(,&'-->') 'foo'
foo-->
(('')) 'foo'
co =: '')
co 'this is a comment'
ref =: ('www.cs.trinity.edu/About';'About');<('www.cs.trinity.edu/Faculty';'Faculty')
ref
+--------------------------------+------------------------------------+
|+------------------------+-----+|+--------------------------+-------+|
||www.cs.trinity.edu/About|About|||www.cs.trinity.edu/Faculty|Faculty||
|+------------------------+-----+|+--------------------------+-------+|
+--------------------------------+------------------------------------+
('Test Page' ; 'bgcolor=f00000') page1 'ol' ht ('center' ht 'Useful links'), , > (li & hl) &. > ref
Content-type: text/html
Test Page
Useful links
- About
- Faculty