要選擇元素,請使用元素選擇器。您可以嘗試運行以下代碼來選擇
元素:
示例
現場演示
<!DOCTYPE html> <html> <head> <style> p { color: blue; background-color: orange; } </style> </head> <body> <h1>Demo Website</h1> <h2>Learning</h2> <p>Tutorials on web dev, programming, database, networking, etc.</p> <p>Every tutorials has lessons with illustrations and figures.</p> </body> </html>
登錄后復制
以上就是像 CSS 一樣選擇特定元素的詳細內容,更多請關注www.92cms.cn其它相關文章!