帝王谷资源网 Design By www.wdxyy.com

复制代码代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<!--文本的显示和隐藏 -->
<style type="text/css">
#div_2{
display: inline;
}
#span_1{
/* display:block; */
visibility: hidden;
}
</style>
</head>
<body>
<div>div1</div>
<div id="div_2">div2</div>
<span id="span_1">span1</span>
<span>span2</span>
</body>
</html>
标签:
css样式,隐藏文本

帝王谷资源网 Design By www.wdxyy.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
帝王谷资源网 Design By www.wdxyy.com