mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
8 lines
143 B
HTML
8 lines
143 B
HTML
<style>
|
|
p {
|
|
counter-increment: a;
|
|
}
|
|
p::before {
|
|
content: counter(a) ": ";
|
|
}
|
|
</style><p>A<p>B<p>C<p style="display:none">SECRET<p>D<p>E
|