Variable: table-html-table-attribute
table-html-table-attribute is a customizable variable defined in
table.el.gz.
Value
"border=\"1\""
Documentation
Table attribute that applies to the table in HTML generation.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defcustom table-html-table-attribute "border=\"1\""
"Table attribute that applies to the table in HTML generation."
:tag "HTML table attribute"
:type 'string
:group 'table)