要選擇元素,請使用元素選擇器。您可以嘗試執行以下程式碼來選擇
元素:
「現場示範
<!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 一樣選擇特定元素的詳細內容。更多資訊請關注PHP中文網其他相關文章!