分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 运营维护

HTML 5--Grouping and Nesting Styles

发布时间:2023-09-06 01:51责任编辑:沈小雨关键词:HTML

1.

示例代码:

 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 ????h1{ 6 ????????text-align: center; 7 ????} 8 ????</style> 9 </head>10 <body>11 <h1>BookYourHotel</h1>12 <ul>13 ????<li><a href="html5-2/images/背景.jpg">About us</a></li>14 ????<li><a href="html5-2/images/背景1.jpg">Rooms</a></li>15 ????<li><a href="html5-2/images/背景2.jpg">Facilities</a></li>16 ????<li><a href="html5-2/images/背景3.jpg">Contact Us</a></li>17 </ul>18 <hr>19 <h3>Welcome to the Home page</h3>20 <P> BookYourHotel welcome you with your warmth and a feeling that each quest is truly special.It offers a cozy and intimate experience amidst the glitz and glamour of South America.Our caring and courteous staffs are ever eager to ensure that all individual needs are cared for with professional expertise and a personal touch.</P>21 <P>The rooms have been designed with different floor plans to create ensuite Bathrooms .</P>22 23 </body>24 </html> ?

测试结果:

2.

只有在紧接着<div>后面的<p>标志会变成蓝色

示例代码:

 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 ????div+p{background-color:blue;} 6 ????</style> 7 </head> 8 <body> 9 <h1>Welcome to the page.</h1>10 <div>11 ????<P>This is pagagraph 1</P>12 </div>13 <P>This is pagagraph 2</P>14 15 <p>This is pagagraph 3</p>16 </body>17 </html> ?

测试结果:

HTML 5--Grouping and Nesting Styles

原文地址:https://www.cnblogs.com/Catherinezhilin/p/8971313.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved