What happens if I don't encode HTML characters?
If you try to write 'Check out the <script> tag' on your website without encoding the brackets, the browser will literally try to execute the word 'tag' as JavaScript code. This breaks your layout and exposes your site to severe security risks.