小隐的博客

人生在世,笑饮一生
随笔 - 304, 文章 - 0, 评论 - 349, 阅读 - 50万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

html 制作表格 合并 样式

Posted on   隐客  阅读(809)  评论(0编辑  收藏  举报

复制代码
代码
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS Tables</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<style type="text/css">
/* CSS Document */
body 
{
font
: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color
: #4f6b72;
background
: #E6EAE9;
}
{
color
: #c75f3e;
}
#mytable 
{
padding
: 0;
margin
: 0;
}
caption 
{
padding
: 0 0 5px 0;
width
: 700px;
font
: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align
: right;
}
th 
{
font
: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color
: #4f6b72;
border-right
: 1px solid #C1DAD7;
border-bottom
: 1px solid #C1DAD7;
border-top
: 1px solid #C1DAD7;
letter-spacing
: 2px;
text-transform
: uppercase;
text-align
: left;
padding
: 6px 6px 6px 12px;
background
: #CAE8EA url(images/bg_header.jpg) no-repeat;
}
th.nobg 
{
border-top
: 0;
border-left
: 0;
border-right
: 1px solid #C1DAD7;
background
: none;
}
td 
{
border-right
: 1px solid #C1DAD7;
border-bottom
: 1px solid #C1DAD7;
background
: #fff;
font-size
:11px;
padding
: 6px 6px 6px 12px;
color
: #4f6b72;
}

td.alt 
{
background
: #F5FAFA;
color
: #797268;
}
th.spec 
{
border-left
: 1px solid #C1DAD7;
border-top
: 0;
background
: #fff url(images/bullet1.gif) no-repeat;
font
: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
th.specalt 
{
border-left
: 1px solid #C1DAD7;
border-top
: 0;
background
: #f5fafa url(images/bullet2.gif) no-repeat;
font
: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color
: #797268;
}
/*---------for IE 5.x bug*/
html>body td
{ font-size:11px;}
</style>
<body>
<table id="mytable" cellspacing="0" summary="The technical specifications of the Apple PowerMac G5 series">
<caption> </caption>
<tr>
<th scope="col" abbr="Configurations" class="nobg">Configurations</th>
<th scope="col" abbr="Dual 1.8">Dual 1.8GHz</th>
<th scope="col" abbr="Dual 2">Dual 2GHz</th>
<th scope="col" abbr="Dual 2.5">Dual 2.5GHz</th>
</tr>
<tr>
<th scope="row" abbr="Model" class="spec">lipeng</th>
<td colspan=3>M9454LL/A</td>
</tr>
<tr>
<th scope="row" abbr="G5 Processor" class="specalt">mapabc</th>
<td class="alt">Dual 1.8GHz PowerPC G5</td>
<td class="alt">Dual 2GHz PowerPC G5</td>
<td class="alt">Dual 2.5GHz PowerPC G5</td>
</tr>
<tr>
<th scope="row" abbr="Frontside bus" class="spec">地图名片</th>
<td>900MHz per processor</td>
<td>1GHz per processor</td>
<td>1.25GHz per processor</td>
</tr>
<tr>
<th scope="row" abbr="L2 Cache" class="specalt">图秀卡</th>
<td class="alt">512K per processor</td>
<td class="alt">512K per processor</td>
<td class="alt">512K per processor</td>
</tr>
</table>
</body>
</html>
复制代码

 

 

效果图

 

 

 

 

编辑推荐:
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 25岁的心里话
· 按钮权限的设计及实现
QQ交流
点击右上角即可分享
微信分享提示