AutocheckWhen Autocheck is enabled the Spell Checker will automatically underline words not found in the dictionary as you type.Table WizardWith CuteHTML's Table Wizard, you can easily create the basic skeleton for a multidimensional table. Simply select the Table Wizard icon from the Tool Bar and drag your mouse in the grid to the dimensions of your choice. The wizard will generate the source code for the table and input the row and column numbers for easy identification for future modifica- tions.Basic HTML TagsGENERAL (all HTML documents should have these) Document Type<HTML></HTML> (beginning and end of file)Title<TITLE></TITLE> (must be in header)Header<HEAD></HEAD> (descriptive info, such as title)Body <BODY></BODY> (bulk of the page) STRUCTURAL DEFINITION (appearance controlled by the browsers preferences) Heading<H?></H?> (the spec. defines 6 levels)Align Heading<H?ALIGN=LEFT|CENTER|RIGHT></H?>Division<DIV></DIV>Align Division<DIVALIGN=LEFT|RIGHT|CENTER|JUSTIFY></DIV>Block Quote<BLOCKQUOTE></BLOCKQUOTE> (usually indented)Emphasis<EM></EM> (usually displayed as italic)Strong Emphasis<STRONG></STRONG> (usually displayed as bold)Citation<CITE></CITE> (usually italics)Code<CODE></CODE> (for source code listings)Sample Output<SAMP></SAMP>Keyboard Input<KBD></KBD>Variable<VAR></VAR>Definition<DFN></DFN> (not widely implemented)Authors Address<ADDRESS></ADDRESS>Large Font Size<BIG></BIG>Small Font Size <SMALL></SMALL> PRESENTATION FORMATTING (author specifies text appearance) Bold<B></B>Italic<I></I>N3.0b Underline<U></U> (not widely implemented yet)Strikeout<STRIKE></STRIKE> (not widely implemented yet)N3.0b Strikeout<S></S> (not widely implemented yet)Subscript<SUB></SUB>Superscript<SUP></SUP>Typewriter<TT></TT> (displays in a monospaced font)Preformatted<PRE></PRE> (display text spacing as-is)Width<PRE WIDTH=?></PRE> (in characters)Center<CENTER></CENTER> (for both text and images)N1.0 Blinking<BLINK></BLINK>Font Size<FONT SIZE=?></FONT> (ranges from 1-7)Change Font Size<FONT SIZE=+|-?></FONT>N1.0 Base Font Size<BASEFONT SIZE=?> (from 1-7; default is 3)Font Color<FONT COLOR=#$$$$$$></FONT>N3.0b Select Font<FONT FACE=***></FONT>N3.0b Multi-Column<MULTICOL COLS=?></MULTICOL>N3.0b Column Gutter<MULTICOL GUTTER=?></MULTICOL>N3.0b Column Width<MULTICOL WIDTH=?></MULTICOL>CuteHTML v2.0 Users Guide15