感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Demo</title>
</head>
<body>
<h1 style="text-align:center;">My working time</h1>
<table border="2" align="center">
<caption><b>Tomato Clock</b></caption>
<p>hey still worry about your time-manager? look at the scheduel followes.try this!</p>
<tr>
<th rowspan="2">Am</th>
<td>9:00-9:25</td>
<td>9:30-9:55</td>
<td>10:00-10:25</td>
<td>10:30-10:55</td>
<td>-----</td>
</tr>
<td>Focus</td>
<td>Rest</td>
<th colspan="7" style="text-align:center;">
Rest
</th>
<th rowspan="2">Pm</th>
<td>2:00-2:25</td>
<td>2:30-2:55</td>
<td>3:00-3:25</td>
<td>3:30-3:55</td>
<td>Working</td>
<td>Go off work</td>
<td>Empty</td>
</table>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
td{color:red; font-family:"楷体"; font-size:10px; text-align:center; }