How can I style code listings using CSS?

后端 未结 6 1772
生来不讨喜
生来不讨喜 2021-01-29 23:56

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 think

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-30 00:30

    First, I would show the code in a

     
    element give the pre element a nice style in your css and call it a day.

提交回复
热议问题