要選擇元素,請使用元素選擇器。您可以嘗試運行以下代碼來選擇
元素:
示例
現(xiàn)場演示
<!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 一樣選擇特定元素的詳細內(nèi)容,更多請關(guān)注www.92cms.cn其它相關(guān)文章!






