forked from amazingfate/loongoffice
9 lines
227 B
HTML
9 lines
227 B
HTML
<html lang="en">
|
|
<body>
|
|
<table>
|
|
<tr><td>Product</td><td>Price</td><td>Note</td></tr>
|
|
<tr><td>Google Nexus 7 (8GB)</td><td>199.98</td><td>This should be imported as a number, not text.</td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|