Working with tables

From selfstudy

Make sure to add class="wikitable" in the cirst line of the table

{| class="wikitable"
!width="33%"|Header 1
!width="33%"|Header 2
!width="33%"|Header 3
| Cell 1
| Cell 2
| Cell 3
|-
| Cell 4
| Cell 5
| Cell 6
|}
Header 1 Header 2 Header 3
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6