<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
</head>
<body>
<form action="">
<table border="1" align="center">
<h2 align="center">Resume</h2>
<tr align="center">
<td>Name</td>
<td><input type="text"></td>
<td >gender</td>
<td><input type="text"></td>
<td>Year of birth</td>
<td><input type="text"></td>
<td rowspan="4"><input type="file"></td>
</tr>
<tr align="center">
<td>nationality</td>
<td><input type="text"></td>
<td>Political appearance</td>
<td><input type="text"></td>
<td>height</td>
<td><input type="text"></td>
</tr>
<tr align="center">
<td>Study system</td>
<td><input type="text"></td>
<td>Education</td>
<td><input type="text"></td>
<td>Household registration</td>
<td><input type="text"></td>
</tr>
<tr align="center">
<td>major</td>
<td><input type="text"></td>
<td colspan="2">Graduation school</td>
<td colspan="2"><input type="text" style="width: 98%; height: 100%"></td>
</tr>
<tr align="center">
<td colspan="7" style="font-weight:bold;">Skills, specialties or hobbies</td>
</tr>
<tr align="center">
<td>Foreign Language Level</td>
<td colspan="2"><input type="text" style="width: 98%; height: 100%"></td>
<td>computer</td>
<td colspan="3"><input type="text" style="width: 99%; height: 100%"></td>
</tr>
<tr align="center">
<td colspan="7">Personal resume</td>
</tr>
<tr align="center">
<td>time</td>
<td colspan="2">unit</td>
<td colspan="4">experience</td>
</tr>
<tr align="center">
<td><input type="text"></td>
<td colspan="2"><input type="text" style="width: 98%; height: 100%"></td>
<td colspan="4"><input type="text" style="width: 99%; height: 100%"></td>
</tr>
<tr align="center">
<td><input type="text"></td>
<td colspan="2"><input type="text" style="width: 98%; height: 100%"></td>
<td colspan="4"><input type="text" style="width: 99%; height: 100%"></td>
</tr>
<tr align="center">
<td><input type="text"></td>
<td colspan="2"><input type="text" style="width: 98%; height: 100%"></td>
<td colspan="4"><input type="text" style="width: 99%; height: 100%"></td>
</tr>
<tr align="center">
<td colspan="7">Contact information</td>
</tr>
<tr align="center">
<td>Communication address</td>
<td colspan="2"><input type="text" style="width: 98%; height: 100%"></td>
<td>Contact number</td>
<td colspan="3"><input type="text" style="width: 99%; height: 100%"></td>
</tr>
<tr align="center">
<td>E-mail</td>
<td colspan="2"><input type="text" style="width: 98%; height: 100%"></td>
<td>post code</td>
<td colspan="3"><input type="text" style="width: 99%; height: 100%"></td>
</tr>
<tr align="center">
<td colspan="7">Self-evaluation</td>
</tr>
<tr align="center">
<td colspan="7"><textarea name="" id="" cols="20" rows="10" style="width: 99%; height: 100%"></textarea></td>
</tr>
</table>
</form>
</body>
</html>