首页 > 网页制作 > CSS

举例讲解CSS的子元素选择器用法

admin CSS 2022-02-06 15:58:19 CSS   选择器"

基础 子元素选择器只能一级一级向下寻找,不能跨越

 HTML代码:

XML/HTML Code复制内容到剪贴板
  1. <p>  
  2.     this is my <strong><i>wi>ebstrong> page.   
  3. p>  

CSS代码:

CSS Code复制内容到剪贴板
  1. p>strong { colorpurple; } p>strong>i { font-size50px; }   

1、与后代选择器相比,子元素选择器只能选择作为某元素子元素的元素。

2、子元素选择器使用大于号">"做为连接符。

示例1:

XML/HTML Code复制内容到剪贴板
  1. <html>  
  2.   
  3. <head>  
  4.     <style type="text/css">  
  5.         h1 > strong {   
  6.             color: red;   
  7.         }   
  8.     style>  
  9. head>  
  10.   
  11. <body>  
  12.     <h1>This is <strong>verystrong> <strong>verystrong> important.h1>  
  13.     <h1>This is <em>really <strong>verystrong>em> important.h1>  
  14. body>  
  15.   
  16. html>  

2016712114001445.png (527×143)

示例2 

XML/HTML Code复制内容到剪贴板
  1. <html>  
  2.   
  3. <head>  
  4.     <style type="text/css">  
  5.         table.company td > p {   
  6.             color: red;   
  7.         }   
  8.     style>  
  9. head>  
  10.   
  11. <body>  
  12.     <table class='company'>  
  13.         <tr>  
  14.             <td>  
  15.                 <p>hellop>  
  16.             td>  
  17.         tr>  
  18.     table>  
  19.     <table>  
  20.         <tr>  
  21.             <td>  
  22.                 <p>worldp>  
  23.             td>  
  24.         tr>  
  25.     table>  
  26. body>  
  27.   
  28. html>  

2016712114047005.png (255×156)

版权声明

本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。
本文地址:/web/CSS/77728.html

留言与评论(共有 0 条评论)
   
验证码:

潘少俊衡

| 桂ICP备2023010378号-4

Powered By EmpireCMS

爱享小站

中德益农

谷姐神农

环亚肥料

使用手机软件扫描微信二维码

关注我们可获取更多热点资讯

感谢潘少俊衡友情技术支持