HTML has nothing to do with and is not derived from Lisp, so there is no reason why this syntax should behave this way. However, you can include literary representations of HTML tags in your markup by replacing <and> characters with their HTML objects, for example:
<b>not bold</b>
This will give:
<b> not bold </b>
source
share