<html>
<body>
<table border="1">
<tr>
<th>Company</th>
<th>Country</th>
</tr>
<tr>
<td abbr="IBM">International Business Machine</td>
<td>USA</td>
</tr>
<tr>
<td abbr="ICBC">Industrial and Commercial Bank of China</td>
<td>PRC</td>
</tr>
</table>
</body>
</html>