像 CSS 一样选择特定元素

ID:13559 / 打印

像 css 一样选择特定元素

要选择元素,请使用元素选择器。您可以尝试运行以下代码来选择

元素:

示例

现场演示

<!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><p><span>立即学习</span>“<a href="https://pan.quark.cn/s/cb6835dc7db1" style="text-decoration: underline !important; color: blue; font-weight: bolder;" rel="nofollow" target="_blank">前端免费学习笔记(深入)</a>”;</p>    </body> </html>
上一篇: CSS3的新特性一览:如何使用CSS3实现多列布局
下一篇: 运用CSS3样式优化网页加载速度的实用方法

作者:admin @ 24资源网   2024-10-18

本站所有软件、源码、文章均有网友提供,如有侵权联系308410122@qq.com

与本文相关文章

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。