码迷,mamicode.com
首页 > Web开发 > 详细

HTML 5--Controlling the Visbility of Elements

时间:2018-04-29 17:51:07      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:splay   ima   head   play   tin   img   site   class   his   

1.Display:none/block/inline

2.Visibility :hidden/visible

示例代码:

 1 <!DOCTYPE html>
 2 <html>
 3 <head>
 4 <style>
 5     h2{visibility:hidden;}
 6     </style>    
 7 </head>
 8 <body>
 9 <h1>Welcome to BookYourHotel website</h1>
10 <h2>This site is very user friendly.</h2>
11 <h3>You can book your hotel while sitting at home.</h3>
12 </body>
13 </html>  

 

测试结果:
技术分享图片

*隐藏 h2 后面的部分

 

HTML 5--Controlling the Visbility of Elements

标签:splay   ima   head   play   tin   img   site   class   his   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!