|
|
|
- experience1
- experience2
- experience3
|
- 2017.6
- 2017.9
- 2017.12
|
|
|
<html>
<head></head>
<body>
<table border="1">
<tr><td width=200>
<ul type="none">
<li align="left">name</li>
<li align="left">University</li>
<li align="left">major:SE</li>
</ul>
</td>
<td><img src=http://p.qq181.com/cms/1211/2012111306420556953.jpg
width=200px height=200px usemap="#Seals">
<map name="Seals" id="Seals">
<area shape="circle" coords="140,25,30" href="#">
</map>
</td></tr>
<tr><td colspan="2">
<ol type="1" >
<li>experience1</li>
<li>experience2</li>
<li>experience3</li>
</ol>
</td></tr>
<tr><td colspan="2">
<ol type="a">
<li>2017.6</li>
<li>2017.9</li>
<li>2017.12</li>
</ol>
</td></tr>
<tr><td colspan="2">
<ul type="disc">
<li>sth. a</li>
<li>sth. b</li>
<li>sth. c</li>
</ul>
</td></tr>
</table>
</body>
</html>