javascript - Use of CODE tag in HTML, How to I get it to display the code? -


Quick question, if I want to write some code on a basic HTML and put it inside a code tag, then I How quickly should the page be displayed correctly when changing the code between that tag? I know that I can search and search through a javascript and search through strings until all its characters are replaced, but is there any better way to do this?

Or, is it a jQuery way to do this if I have to use Javascript?

Looks like you're looking for syntax highlighting. Take a look at


Comments