运行 ❯
获取您的
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <head> <style> p.ex1 { text-emphasis-style: filled; } p.ex2 { text-emphasis-style: open; } p.ex3 { text-emphasis-style: double-circle; } p.ex4 { text-emphasis-style: "#"; } </style> </head> <body> <h1>The text-emphasis-style Property</h1> <p class="ex1">This is some text.</p> <p class="ex2">This is some text.</p> <p class="ex3">This is some text.</p> <p class="ex4">This is some text.</p> </body> </html>