博主信息
博文 57
粉丝 0
评论 0
访问量 57848
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
html css画表格
藍錄的博客
原创
1533人浏览过

实例1.jpg

<style type="text/css">
table{
	border-collapse: collapse;   /*外边框-折叠:折叠*/
			text-align: center;    /*文本-对齐:居中*/
			width: 850px;         /*高度*/
			margin: 20px auto;     /*内边框:上20px 右:自动*/
}
table caption{
	font-size: 2rem;     /*字体-大小*/
    font-weight: bolder; /*字体-重量:加粗*/
    color: red;  /*颜色:红色*/
    margin-bottom:50px /*内边框-下*/

}

table,tr,th{
	border: 2px solid blue;
}

	table tr:first-child {
	}



table tr:hover {
	background-color: #000;
	color:#988;
}

table tr th img{
	padding: 7px;
	border-radius: 10px;
	width: 100px;
	}

th{
	padding: 15px;
}


</style>

<table>
	<caption>各岗位观察表</caption>

	<tr>
	<th><img src="https://img.php.cn//upload/image/426/710/332/1534309094483586.jpg"></th>
	<th>老板</th>
	<th>产品</th>
	<th>程序员</th>
	<th>设计</th>
	<th>运营</th>
	<th>运维</th>
	</tr>

	<tr>
	<th>老板眼中</th>
	<th>未来上市公司老总</th>
	<th>傻逼</th>
	<th>傻逼</th>
	<th>傻逼</th>
	<th>傻逼</th>
	<th>极度傻逼</th>
	</tr>

	<tr>
	<th>产品眼中</th>
	<th>听我忽悠的</th>
	<th>天才</th>
	<th>听我忽悠的</th>
	<th>理解力极其差的傻逼</th>
	<th>帮我推广的</th>
	<th>背锅专业户</th>
	</tr>

	<tr>
	<th>程序员眼中</th>
	<th>傻逼</th>
	<th>大傻逼</th>
	<th>天降大任于斯人也</th>
	<th>战五渣</th>
	<th>菜逼</th>
	<th>背锅专业户</th>
	</tr>

	<tr>
	<th>设计眼中</th>
	<th>根本不懂艺术</th>
	<th>大傻逼死对头</th>
	<th>没有眼光</th>
	<th>美学大师</th>
	<th>傻逼</th>
	<th>背锅专业户</th>
	</tr>

	<tr>
	<th>运营眼中</th>
	<th>听我忽悠的</th>
	<th>听我忽悠的</th>
	<th>听我忽悠的</th>
	<th>听我忽悠的</th>
	<th>运筹帷幄</th>
	<th>背锅专业户</th>
	</tr>
	<tr>
	<th>运营眼中</th>
	<th>傻逼</th>
	<th>傻逼</th>
	<th>傻逼</th>
	<th>傻逼</th>
	<th>傻逼</th>
	<th>背锅专业户</th>
	</tr>


</table>

运行实例 »

点击 "运行实例" 按钮查看在线实例

 

本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
作者最新博文
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学