Lisp-style quotation in HTML

Posted by InClj on Stack Overflow See other posts from Stack Overflow or by InClj
Published on 2010-04-13T04:47:27Z Indexed on 2010/04/13 4:52 UTC
Read the original article Hit count: 282

Filed under:
|

In Lisp, evaluating '(+ 1 2) produces '(+ 1 2), not 3. It seems that HTML doesn't support Lisp-style quotation so you can't say something like <quote><b>not bold</b></quote> in HTML and let it just produce <b>not bold</b> instead of not bold.

Is there any technical reason or historical reason for that? Thanks.

© Stack Overflow or respective owner

Related posts about html

Related posts about lisp