Variable: cal-html-b-tablerow-string
cal-html-b-tablerow-string is a variable defined in cal-html.el.gz.
Value
"<TR>\n"
Documentation
HTML code for beginning of table row.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-html.el.gz
(defconst cal-html-b-tablerow-string "<TR>\n"
"HTML code for beginning of table row.")