HTML Mode is a major mode for editing HTML.
| Command Description | Key Sequence |
|---|---|
| Enter SML Mode | Meta-x html-mode |
| Turn on autoview mode (will open the page in the default browser with every save) | Ctrl-c, Ctrl-s |
| Close tag | Ctrl-c, / |
| Autocomplete word (uses the ispell dictionary) | Meta-Tab |
| Delete tag | Ctrl-c, Delete |