Using Tables
Tables are rendered with a single-width border or with no border at all. The thead element
can be used to emphasise a header row also.
| small | big | 
|---|---|
| one | one thousand multi-line  | 
| two | two thousand multi-line  | 
To add a border, just use the border attribute with the table element: <table border="1"> this is shown rendered below:
small number  | big  | 
| one | one thousand multi-line  | 
| two | two thousand multi-line  |