Variable: html-tag-help
html-tag-help is a variable defined in sgml-mode.el.gz.
Value
Large value
(("!" . "Empty declaration for comment")
("![" . "Embed declarations with parser directive")
("!attlist" . "Tag attributes declaration")
("!doctype" . "Document type (DTD) declaration")
("!element" . "Tag declaration")
("!entity" . "Entity (macro) declaration")
("a" . "Anchor of point or link elsewhere") ("abbr" . "Abbreviation")
("acronym" . "Acronym") ("address" . "Formatted mail address")
("area" . "Region of an image map") ("array" . "Math array")
("article" . "An independent part of document or site")
("aside"
. "Secondary content related to surrounding content (e.g. page or article)")
("au" . "Author") ("audio" . "Sound or audio stream")
("b" . "Bold face") ("base" . "Base address for URLs")
("bdi" . "Text isolated for bidirectional formatting")
("bdo" . "Override text directionality") ("big" . "Font size")
("blink" . "Blinking text") ("blockquote" . "Indented quotation")
("body" . "Document body") ("box" . "Math fraction")
("br" . "Line break") ("button" . "Clickable button")
("canvas" . "Script generated graphics canvas")
("caption" . "Table caption") ("center" . "Centered text")
("changed" . "Change bars") ("cite" . "Citation of a document")
("code" . "Formatted source code")
("col" . "Group of attribute specifications for table columns")
("colgroup" . "Group of columns")
("datalist" . "A set of predefined options")
("dd" . "Definition of term") ("del" . "Deleted text")
("dfn" . "Defining instance of a term")
("dir" . "Directory list (obsolete)")
("div" . "Generic block-level container") ("dl" . "Definition list")
("dt" . "Term to be defined") ("em" . "Emphasized")
("embed" . "Embedded data in foreign format")
("fieldset" . "Group of related controls and labels")
("fig" . "Figure") ("figa" . "Figure anchor")
("figcaption" . "Caption for a figure")
("figd" . "Figure description") ("figt" . "Figure text")
("figure" . "Self-contained content, often with a caption")
("fn" . "Footnote") ("font" . "Font size")
("footer" . "Footer of a section")
("form" . "Form with input fields")
("frame" . "Frame in which another HTML document can be displayed")
("frameset" . "Container for frames") ("group" . "Document grouping")
("h1" . "Most important section headline")
("h2" . "Important section headline") ("h3" . "Section headline")
("h4" . "Minor section headline")
("h5" . "Unimportant section headline")
("h6" . "Least important section headline")
("head" . "Document header") ("header" . "Header of a section")
("hgroup" . "Group of headings - h1-h6 elements")
("hr" . "Horizontal rule") ("html" . "HTML Document")
("i" . "Italic face")
("iframe" . "Inline frame with a nested browsing context")
("img" . "Graphic image") ("input" . "Form input field")
("ins" . "Inserted text")
("isindex" . "Input field for index search")
("kbd" . "Keyboard example face")
("label" . "Caption for a user interface item")
("lang" . "Natural language") ("legend" . "Caption for a fieldset")
("li" . "List item") ("link" . "Link relationship")
("main" . "Main content of the document body")
("map" . "Image map (a clickable link area")
("mark" . "Highlighted text") ("math" . "Math formula")
("menu" . "List of commands") ("meta" . "Document properties")
("meter" . "Scalar measurement within a known range")
("mh" . "Form mail header") ("nav" . "Group of navigational links")
("nextid" . "Allocate new id") ("nobr" . "Text without line break")
("noframes" . "Content for user agents that don't support frames")
("noscript" . "Alternate content for when a script isn't executed")
("object" . "External resource") ("ol" . "Ordered list")
("optgroup" . "Group of options") ("option" . "Selection list item")
("output" . "Result of a calculation or user action")
("over" . "Math fraction rule") ("p" . "Paragraph start")
("panel" . "Floating panel") ("param" . "Parameters for an object")
("person" . "Person's name")
("pre" . "Preformatted fixed width text")
("progress" . "Completion progress of a task") ("q" . "Quotation")
("rev" . "Reverse video")
("rp" . "Fallback text for when ruby annotations aren't supported")
("rt" . "Ruby text component of a ruby annotation")
("ruby" . "Ruby annotation") ("s" . "Strikeout")
("samp" . "Sample text")
("script" . "Executable script within a document")
("section" . "Section of a document") ("select" . "Selection list")
("small" . "Font size")
("source" . "Media resource for media elements")
("sp" . "Nobreak space") ("span" . "Generic inline container")
("strong" . "Standout text") ("style" . "Style information")
("sub" . "Subscript") ("summary" . "Summary, caption, or legend")
("sup" . "Superscript") ("table" . "Table with rows and columns")
("tb" . "Table vertical break") ("tbody" . "Table body")
("td" . "Table data cell") ("textarea" . "Form multiline edit area")
("tfoot" . "Table foot") ("th" . "Table header cell")
("thead" . "Table head")
("time" . "Content with optional machine-readable timestamp")
("title" . "Document title") ("tr" . "Table row separator")
("track" . "Timed text track for media elements")
("tt" . "Typewriter face") ("u" . "Underlined text")
("ul" . "Unordered list") ("var" . "Math variable face")
("video" . "Video or movie") ("wbr" . "Enable <br> within <nobr>"))
Documentation
Value of variable sgml-tag-help(var)/sgml-tag-help(fun) for HTML mode.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defvar html-tag-help
`(,@sgml-tag-help
("a" . "Anchor of point or link elsewhere")
("abbr" . "Abbreviation")
("acronym" . "Acronym")
("address" . "Formatted mail address")
("area" . "Region of an image map")
("array" . "Math array")
("article" . "An independent part of document or site")
("aside" . "Secondary content related to surrounding content (e.g. page or article)")
("au" . "Author")
("audio" . "Sound or audio stream")
("b" . "Bold face")
("base" . "Base address for URLs")
("bdi" . "Text isolated for bidirectional formatting")
("bdo" . "Override text directionality")
("big" . "Font size")
("blink" . "Blinking text")
("blockquote" . "Indented quotation")
("body" . "Document body")
("box" . "Math fraction")
("br" . "Line break")
("button" . "Clickable button")
("canvas" . "Script generated graphics canvas")
("caption" . "Table caption")
("center" . "Centered text")
("changed" . "Change bars")
("cite" . "Citation of a document")
("code" . "Formatted source code")
("col" . "Group of attribute specifications for table columns")
("colgroup" . "Group of columns")
("datalist" . "A set of predefined options")
("dd" . "Definition of term")
("del" . "Deleted text")
("dfn" . "Defining instance of a term")
("dir" . "Directory list (obsolete)")
("div" . "Generic block-level container")
("dl" . "Definition list")
("dt" . "Term to be defined")
("em" . "Emphasized")
("embed" . "Embedded data in foreign format")
("fieldset" . "Group of related controls and labels")
("fig" . "Figure")
("figa" . "Figure anchor")
("figcaption" . "Caption for a figure")
("figd" . "Figure description")
("figt" . "Figure text")
("figure" . "Self-contained content, often with a caption")
("fn" . "Footnote") ;; No one supports special footnote rendering.
("font" . "Font size")
("footer" . "Footer of a section")
("form" . "Form with input fields")
("frame" . "Frame in which another HTML document can be displayed")
("frameset" . "Container for frames")
("group" . "Document grouping")
("h1" . "Most important section headline")
("h2" . "Important section headline")
("h3" . "Section headline")
("h4" . "Minor section headline")
("h5" . "Unimportant section headline")
("h6" . "Least important section headline")
("head" . "Document header")
("header" . "Header of a section")
("hgroup" . "Group of headings - h1-h6 elements")
("hr" . "Horizontal rule")
("html" . "HTML Document")
("i" . "Italic face")
("iframe" . "Inline frame with a nested browsing context")
("img" . "Graphic image")
("input" . "Form input field")
("ins" . "Inserted text")
("isindex" . "Input field for index search")
("kbd" . "Keyboard example face")
("label" . "Caption for a user interface item")
("lang" . "Natural language")
("legend" . "Caption for a fieldset")
("li" . "List item")
("link" . "Link relationship")
("main" . "Main content of the document body")
("map" . "Image map (a clickable link area")
("mark" . "Highlighted text")
("math" . "Math formula")
("menu" . "List of commands")
("meta" . "Document properties")
("meter" . "Scalar measurement within a known range")
("mh" . "Form mail header")
("nav" . "Group of navigational links")
("nextid" . "Allocate new id")
("nobr" . "Text without line break")
("noframes" . "Content for user agents that don't support frames")
("noscript" . "Alternate content for when a script isn't executed")
("object" . "External resource")
("ol" . "Ordered list")
("optgroup" . "Group of options")
("option" . "Selection list item")
("output" . "Result of a calculation or user action")
("over" . "Math fraction rule")
("p" . "Paragraph start")
("panel" . "Floating panel")
("param" . "Parameters for an object")
("person" . "Person's name")
("pre" . "Preformatted fixed width text")
("progress" . "Completion progress of a task")
("q" . "Quotation")
("rev" . "Reverse video")
("rp" . "Fallback text for when ruby annotations aren't supported")
("rt" . "Ruby text component of a ruby annotation")
("ruby" . "Ruby annotation")
("s" . "Strikeout")
("samp" . "Sample text")
("script" . "Executable script within a document")
("section" . "Section of a document")
("select" . "Selection list")
("small" . "Font size")
("source" . "Media resource for media elements")
("sp" . "Nobreak space")
("span" . "Generic inline container")
("strong" . "Standout text")
("style" . "Style information")
("sub" . "Subscript")
("summary" . "Summary, caption, or legend")
("sup" . "Superscript")
("table" . "Table with rows and columns")
("tb" . "Table vertical break")
("tbody" . "Table body")
("td" . "Table data cell")
("textarea" . "Form multiline edit area")
("tfoot" . "Table foot")
("th" . "Table header cell")
("thead" . "Table head")
("time" . "Content with optional machine-readable timestamp")
("title" . "Document title")
("tr" . "Table row separator")
("track" . "Timed text track for media elements")
("tt" . "Typewriter face")
("u" . "Underlined text")
("ul" . "Unordered list")
("var" . "Math variable face")
("video" . "Video or movie")
("wbr" . "Enable <br> within <nobr>"))
"Value of variable `sgml-tag-help' for HTML mode.")