このページはBlog | hamashun.comのエントリー、CSSだけでコメントに番号を振ってみるのサンプルページ1です。 サンプル Source Code h3:before { content: counter(chapter)"."; margin-right: 5px; color: #99cc99; } h3 { counter-increment: chapter; } h3:first-letter { font-family: Arial; font-size: 2em; } Display of a Sample コメント1 ほげほげ コメント2 ふがふが コメント3 ほにゃららら 応用 Source Code h2 { counter-reset: chapter; } h4:before { content: counter(chapter)"-" counter