I need help disabling a html tags inside a div. It's so that I can make a code box like the one here.
So that if I typed <html></html> into <div id="code"> it would appear with the "<" and ">" intact, and not affecting to core html at all. Is it some Javascript function, or a CSS feature. Thanks for your help in advance.
So that if I typed
<html></html>into<div id="code">it would appear with the "<" and ">" intact, and not affecting to core html at all. Is it some Javascript function, or a CSS feature. Thanks for your help in advance.