<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>简历</title>
<style>
tr{
height:40px}/*统一设置表格的行高*/
td{
width: 80px;
padding-left: 20px;/*单元格内容与边框的间距*/
padding-right: 20px;
text-align: center}/*每列内容居中*/
</style>
</head>
<body>
<table align="center" border="1px" bordercolor="red" cellpadding="0" cellspacing="0" >
<!--表格标签table。tr行;td普通列;th标题列,自动居中且加粗-->
<th align="center" colspan="6"> <h1>个人简历</h1></th>
<tr>
<td rowspan="5"></
html之table表格制作简历
最新推荐文章于 2023-05-25 09:39:44 发布