How do I print the "html" tag, including '<' and '>'? How can I do this for any tag, without using text areas and Javascript?
Use HTML character references:
<html>
Should output
<html>
2.1m questions
2.1m answers
60 comments
57.0k users