The HTML (HyperText Mark-up Language) mode for Emacs, which was released in April, is now installed. It provides the user with pull-down menu options of most of the commands used in HTML.
The features can be summarized:
The standard HTML suffix .html will automatically trigger lemacs to load the HTML mode.
HTML mark-up commands, plus some commands from HTML+, are easily inserted in the HTML document by use of menu options.
The current grouping is:
Anchors : http, file, gopher, ftp, .... links to other info. sources. Frame : Head, Body, Title Structure : Menu, Ordered, Unordered, Directory ... lists New Line, Break and Paragraph Preformatted : Pre, Listing, Xmp Formatting : Bold, Italics, Underline, Emphasized, Citation ... Include : Images, Files ... Forms : (advanced HTML+ options)
There are special structure menu option that inserts a full skeleton of a HTML document including head and body with title, heading and linked reference to the author.
The developer can select the preview option to see the corresponding Mosaic page the of the current HTML document. After additional changes, the Mosaic preview page can be updated by selecting the preview option.
All HTML commands ( or directives ) will be highlighted in a different color than the rest of the document.
Template files can be made to be included in the HTML document.
It is possible on a WWW-server to restrict the access to HTML documents (Mosaic pages) in basically two ways:
Kent Husefest