Next: Images in HTML export, Previous: Links in HTML export, Up: HTML export
Org mode tables are exported to HTML using the table tag defined in
org-export-html-table-tag. The default setting makes tables without
cell borders and frame. If you would like to change this for individual
tables, place something like the following before the table:
#+CAPTION: This is a table with lines around and between cells
#+ATTR_HTML: border="2" rules="all" frame="border"