I'd like to display snippets of programming language code, and also HTML code, inside an HTML document using CSS. I want it to be indented and in fixed-width font... I'm thinking of something like:
<blockquote style="some_style">
my code here
my code here also
</blockquote>
and have it appear in a nicely formatted way (bonus if it's color coded, but doesn't have to be.
How can I accomplish this using CSS?
