SQLite How to by Tag:
< and the like are not ASCII character codes, they're HTML entities. And to show them, it's quite simple: escape the & by writing & instead, so write &lt; to...
You use absolute positioning and z-index to add the background effect. body{ background:black; color:green; } #background{ position:absolute; top:0px; left:0px; z-index:-1; -webkit-user-select: none; /* Chrome/Safari */ -moz-user-select: none; /* Firefox */...