维科纳蒂 »
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <head><meta http-equiv="content-security-policy" content="script-src 'none'"> <style> span.note { font-size: 120%; color: red; } </style> </head> <body> <h1>Мій <span class="note">важливий</span> заголовок</h1> <p>Це якийсь <span class="note">важливий</span> текст.</p> </body> </html>