| Slide 9 : 20 |
|
<point>
A text with a
<a href="subsection/sec1.html">link</a>
to a <b>subsection</b>
</point> |
(point
"A text with a
(a "link" 'href "subsection/sec.html")
to a (b "subsection")
") |
(point
(string-append
"A text with a "
(a "link" 'href "subsection/sec.html")
" to a " (b "subsection"))) |
|