Why can't we have some AntiXss Literal html tag
问题 Nowadays I am learning about web security, XSS, etc. As XSS basically targets a client-agent (web browser) by injecting some malicious code that is executed by the web browser as it was inserted by an authenticated user. Now the question is Why can't we have a tag in html that just shows literals and prevents the execution of anything inside it? Something like: <!-- The code below will not be executed and just treated as literal content by a web browser --> <ltrl> <script type="text