跑步 ”
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <head><meta http-equiv="content-security-policy" content="script-src 'none'"> <style> [class^="top"] { background: yellow; } </style> </head> <body> <h2>CSS селектор [attribute^="value"]</h2> <h1 class="top-header">Welcome</h1> <p class="top-text">Hello world!</p> <p class="topcontent">Вы изучаете CSS?</p> </body> </html>