BODY:after {
content: "The End";
display: block;margin-top: 2em;
text-align: center;
}
H2:before {
content: "サンプル" counter(chapter) ":\A";
counter-increment: chapter;
}
P.note { background: #ddd }
P.note:before { content: "Note: " }
P.note:after { content: "\A終わり" }
DT:before { content: url(../img/frbut34.gif) " " }
IMG:after { content: " [ " attr(alt) " ]" }
Q:before { content: open-quote;color: red }
Q:after { content: close-quote;color: blue }
Q { quotes: '"' '"' "'" "'" }
BLOCKQUOTE P{ quotes: '引用開始 ' ' 引用終わり' }
BLOCKQUOTE P:before { content: open-quote }
BLOCKQUOTE P:after { content: close-quote }
この段落のclass属性値はnote。先頭に「Note: 」というテキストが挿入される。
画像の後ろに、「[ YAHOO!へ ]」というテキストが挿入される。
引用
の前後に引用符が付く。開始は赤、終了は青になる。引用中の
の引用符は「'」。引用
この文章は引用している。先頭に「引用開始 」、終わりに「 引用終わり」というテキストが挿入される。