cssで改行コードをそのまま表示する

● cssで改行コードをそのまま表示する

( 自動で折り返さない場合 )

white-space: pre;

( 自動で折り返す場合 )

white-space: pre-wrap
No.2579
04/17 17:07

edit