<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
th {
width: 100px;
height: 50px;
}
</style>
</head>
<body>
<table border="1" cellspacing="" cellpadding="" width="50%" align="center">
<caption>个人简历</caption>
<tr>
<th>姓名</th>
<th></th>
<th>性别</th>
<th></th>
<th>出生年月</th>
<th></th>
<th rowspan="3"></th>
</tr>
<tr>
<th>身份证号</th>
<th></th>
<th>民族</th>
<th></th>
<th>政治面貌</th>
<th></th>
</tr>
<tr>
<th>婚姻状况</th>
<th></th>
<th>健
运用html表格标签制作个人简历表
于 2023-07-13 16:12:33 首次发布