html-tag-face-alist
html-tag-face-alist is a variable defined in `
sgml-mode.el
'.
Its value is shown
below.
Documentation:
Value of `sgml-tag-face-alist' for HTML mode.
Value:
(("b" . bold)
("big" . bold)
("blink" . highlight)
("cite" . italic)
("em" . italic)
("h1" bold underline)
("h2" bold-italic underline)
("h3" italic underline)
("h4" . underline)
("h5" . underline)
("h6" . underline)
("i" . italic)
("rev" . mode-line)
("s" . underline)
("small" . default)
("strong" . bold)
("title" bold underline)
("tt" . default)
("u" . underline)
("var" . italic))