当前位置:网站首页>Beautified table style
Beautified table style
2022-07-06 13:44:00 【Little boy, handsome Yang Shaoping】
<html>
<head>
<title></title>
<style type="text/css">
body,table{
font-size:12px;
}
table{
table-layout:fixed;
empty-cells:show;
border-collapse: collapse;
margin:0 auto;
}
td{
height:30px;
}
h1,h2,h3{
font-size:12px;
margin:0;
padding:0;
}
.table{
border:1px solid #cad9ea;
color:#666;
}
.table th {
background-repeat:repeat-x;
height:30px;
}
.table td,.table th{
border:1px solid #cad9ea;
padding:0 1em 0;
}
.table tr.alter{
background-color:#f5fafe;
}
</style>
</head>
<body>
<table width="90%" class="table">
<tr>
<th> Student number </th>
<th> full name </th>
<th> At ordinary times </th>
<th> Midterm </th>
<th> experiment ( Practice )</th>
<th> Other </th>
<th> End of term </th>
<th> General comment </th>
</tr>
<tr>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
</tr>
<tr class="alter">
<td>2</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>2</td>
<td>2</td>
</tr>
</table>
</body>
</html>
边栏推荐
- Miscellaneous talk on May 14
- [中国近代史] 第六章测验
- Cookie和Session的区别
- 9. Pointer (upper)
- FAQs and answers to the imitation Niuke technology blog project (II)
- 记一次猫舍由外到内的渗透撞库操作提取-flag
- (super detailed II) detailed visualization of onenet data, how to plot with intercepted data flow
- 【九阳神功】2021复旦大学应用统计真题+解析
- 2022泰迪杯数据挖掘挑战赛C题思路及赛后总结
- MySQL事务及实现原理全面总结,再也不用担心面试
猜你喜欢
View UI plus released version 1.3.0, adding space and $imagepreview components
Difference and understanding between detected and non detected anomalies
3.输入和输出函数(printf、scanf、getchar和putchar)
Relationship between hashcode() and equals()
Caching mechanism of leveldb
C language to achieve mine sweeping game (full version)
canvas基础2 - arc - 画弧线
深度强化文献阅读系列(一):Courier routing and assignment for food delivery service using reinforcement learning
MATLAB打开.m文件乱码解决办法
A piece of music composed by buzzer (Chengdu)
随机推荐
C语言实现扫雷游戏(完整版)
[au cours de l'entrevue] - Comment expliquer le mécanisme de transmission fiable de TCP
Arduino+ water level sensor +led display + buzzer alarm
ArrayList的自动扩容机制实现原理
1.C语言初阶练习题(1)
Leetcode. 3. Longest substring without repeated characters - more than 100% solution
.Xmind文件如何上传金山文档共享在线编辑?
最新坦克大战2022-全程开发笔记-1
[modern Chinese history] Chapter 6 test
string
仿牛客技术博客项目常见问题及解答(三)
C language Getting Started Guide
甲、乙机之间采用方式 1 双向串行通信,具体要求如下: (1)甲机的 k1 按键可通过串行口控制乙机的 LEDI 点亮、LED2 灭,甲机的 k2 按键控制 乙机的 LED1
Using spacedesk to realize any device in the LAN as a computer expansion screen
4. Binary search
2.初识C语言(2)
This time, thoroughly understand the MySQL index
Mortal immortal cultivation pointer-1
[the Nine Yang Manual] 2022 Fudan University Applied Statistics real problem + analysis
List set map queue deque stack