Appendix D

HTML Quick Reference


CONTENTS

This HTML quick reference is different from those found in most other HTML books. Because FrontPage features many built-in tagging functions, you do not have to touch your HTML code very often. If you are familiar with HTML tags, you can use this quick reference as a guide to the commands and procedures that implement them.

Consult the appropriate table for the information that you need:

Table D.1.Character styles and formatting
Table D.2.Font tags
Table D.3.Form-related tags
Table D.4.Frame-related tags
Table D.5.Heading tags
Table D.6.Horizontal rule tags
Table D.7.Hotspot (image map) tags
Table D.8.Image tags
Table D.9.Line break tags
Table D.10.Link tags
Table D.11.List tags
Table D.12.Marquee tags
Table D.13.Applet, script, and object-related tags
Table D.14.Paragraph tags
Table D.15.Sound tags
Table D.16.Table caption tags
Table D.17.Page-related tags
Table D.18.Table tags

All the tables refer to HTML tags and the attribute names and values that can be applied to them. Italic type indicates an attribute value that you must specify, such as a URL, a numerical value, or a filename. Each section also refers to the chapter that discusses the tag in more detail.

The Procedure or Option column in each table shows the name of the field or the choice you make in the appropriate dialog box. In most cases, the dialog box associated with the tag is indicated in the text which precedes the table. When this is not the case, the appropriate dialog box is listed in the Procedure or Option column.

The notation "HTML Markup bot" indicates that you should use the HTML Markup bot, discussed in Chapter 17, "Using Your Own HTML Code," to enter your code. Alternatively, you can use the View | HTML command in the FrontPage Editor and edit the code from there.

Character Styles and Formatting Tags

The procedures or options referenced in Table D.1 appear in the Font dialog box, which you access with the Format | Font command. Refer to Chapter 8 "Composing and Editing Page Content."

Table D.1. Character styles and formatting (Format | Font command).

TagNameValue Procedure or Option
B   Special Styles, Bold
BASEFONT   Edit code
BASEFONTCOLOR #rrggbbEdit code
BASEFONTCOLOR colornameEdit code
BASEFONTFACE faceEdit code
BASEFONTSIZE 1Edit code
BASEFONTSIZE 2Edit code
BASEFONTSIZE 3Edit code
BASEFONTSIZE 4Edit code
BASEFONTSIZE 5Edit code
BASEFONTSIZE 6Edit code
BASEFONTSIZE 7Edit code
BIG   HTML Markup bot/edit code
BLINK   Special Styles, Blink
CENTER   Format toolbar, Center
CITE   Special Styles, Citation
CODE   Special Styles, Code
DFN   Special Styles, Definition
DIVALIGN LEFTHTML Markup bot/edit code
DIVALIGN CENTERHTML Markup bot/edit code
DIVALIGN RIGHTHTML Markup bot/edit code
EM   Font, Font Style, Italic; Format toolbar, Italic button
I   Special Styles, Italic
KBD   Special Styles, Keyboard
LISTING   HTML Markup bot/edit code
NOBR   HTML Markup bot/edit code
PLAINTEXT   HTML Markup bot/edit code
S   HTML Markup bot/edit code
SAMP   Special Styles, Sample
SMALL   HTML Markup bot/edit code
STRIKE   Font, Effects, Strikethrough
STRONG   Format toolbar, Bold button; Font, Font Style, Bold
SUB   Special Styles, Vertical Position, Subscript
SUP   Special Styles, Vertical Position, Superscript
TT   Font, Effects, Typewriter
U   Font, Effects, Underline; Format toolbar, Underline button
VAR   Special Styles, Variable
WBR   HTML Markup bot/edit code
XMP   HTML Markup bot/edit code

Font Tags

The procedures and options referenced in Table D.2 appear in the Font dialog box, which you access with the Format | Font command. Refer to Chapter 8

Table D.2. Fonts (Format | Font command).

TagName ValueProcedure or Option
FONTCOLOR #rrggbbFont, Color (drop-down menu); Format toolbar, Text Color button
FONTCOLOR colornameFont, Color (drop-down menu), select one of 16 predefined colors
FONTSIZE 1Font, Size 1 (8 pt.)
FONTSIZE 2Font, Size 2 (10 pt.)
FONTSIZE 3Font, Size 3 (12 pt.) or Size Normal
FONTSIZE 4Font, Size 4 (14 pt.)
FONTSIZE 5Font, Size 5 (18 pt.)
FONTSIZE 6Font, Size 6 (24 pt.)
FONTSIZE 7Font, Size 7 (32 pt.)
FONTFACE facenameFont, Font, choose from list; Format toolbar, Change Font drop-down menu

Form-Related Tags

The procedures and options shown in Table D.3 appear in the dialog boxes for their respective form properties. Refer to Chapter 21, "Fields-The Building Blocks of Forms," and Chapter 22, "Runtime Bots-The Heartbeat of FrontPage Forms."

Table D.3. Form-related tags.

TagName ValueProcedure or Option
FORM   Automatic when inserting form fields on page
FORMACTION URLForm Properties dialog box, Custom ISAPI, NSAPI, or CGI Script, Settings, Action
FORMENCTYPE mimetypeForm Properties dialog box, Custom ISAPI, NSAPI, or CGI Script, Settings, Encoding Type
FORMMETHOD GETForm Properties dialog box, Custom ISAPI, NSAPI, or CGI Script, Settings, Method, GET
FORMMETHOD POSTForm Properties dialog box, Custom ISAPI, NSAPI, or CGI Script, Settings, Method, POST
INPUTALIGN BOTTOMForm Field Properties dialog box, Extended Attribute
INPUTALIGN MIDDLEForm Field Properties dialog box, Extended Attribute
INPUTALIGN TOPForm Field Properties dialog box, Extended Attribute
INPUTCHECKED  Check Box Properties dialog box, Initial State, Checked Radio Button Properties dialog box, Selected
INPUTNAME nameText Box Properties dialog box, NameRadio Button Properties dialog box, Group Name
Push Button Properties dialog box, Name
Image Form Field Properties dialog box, Name
Check Box Properties dialog box, Name
Form Properties dialog box, Hidden Fields, Add, Name
INPUTSIZE nText Box Properties dialog box, Width in Characters
INPUTSRC URLEdit code
INPUTTYPE BUTTONPush Button Properties dialog box, Button Type, Normal
INPUTTYPE CHECKBOXInsert | Form Field | Check Box; Forms toolbar, Check Box button
INPUTTYPE FILEEdit code
INPUTTYPE HIDDENForm Properties dialog box, Hidden Fields, Add
INPUTTYPE IMAGEInsert | Form Field | Image
INPUTTYPE PASSWORDText Box Properties dialog box, Password Field, Yes
INPUTTYPE RADIOInsert | Form Field | Radio Button; Forms toolbar, Radio Button button
INPUTTYPE RESETPush Button Properties dialog box, Button Type, Reset
INPUTTYPE SUBMITInsert | Form Field | Push Button (default selection); Push Button Properties dialog box, Button Type, Submit
INPUTTYPE TEXTInsert | Form Field | One-Line Text Box; Forms toolbar, Text Box button
INPUTVALUE valueText Box Properties dialog box, Initial Value Push Button Properties dialog box, Value/Label Check Box Properties dialog box, Value Radio Button Properties dialog box, Value Form Properties dialog box, Hidden Fields, Add, Value
OPTIONCHOICE  Drop Down Menu Properties dialog box, Choice, Add, Choice
OPTIONSELECTED  Drop Down Menu Properties dialog box, Choice, Add, Selected
OPTIONVALUE  Drop Down Menu Properties dialog box, Choice, Add, Specify Value
SELECT   Insert | Form Field | Drop-Down Menu; Forms toolbar, Drop Down Menu button
SELECTMULTIPLE  Drop Down Menu Properties dialog box, Allow Multiple Selections, Yes
SELECTNAME  Drop Down Menu Properties dialog box, Name
SELECTSIZE  Drop Down Menu Properties dialog box, Height
TEXTAREA   Insert | Form Field | Scrolling Text Box; Forms toolbar, Scrolling Text Box Button
TEXTAREANAME  Scrolling Text Box Properties dialog box, Name
TEXTAREAROWS  Scrolling Text Box Properties dialog box, Number of Lines
TEXTAREACOLS  Scrolling Text Box Properties dialog box, Width in Characters
TEXTAREAWRAP OFFScrolling Text Box Properties dialog box, Extended Attribute
TEXTAREAWRAP VIRTUALScrolling Text Box Properties dialog box, Extended Attribute
TEXTAREAWRAP PHYSICAL Scrolling Text Box Properties dialog box, Extended Attribute

Frame-Related Tags

The procedures and options referenced in Table D.4 appear in the Frames Wizard, which is discussed in Chapter 13, "Frames-Pages with Split Personalities."

Table D.4. Frame-related tags.

TagNameValue Procedure or Option
FRAMEALIGN TOPOpen with text editor and edit code
FRAMEALIGN MIDDLEOpen with text editor and edit code
FRAMEALIGN BOTTOMOpen with text editor and edit code
FRAMEALIGN LEFTOpen with text editor and edit code
FRAMEALIGN RIGHTOpen with text editor and edit code
FRAMEFRAMEBORDER YESOpen with text editor and edit code
FRAMEFRAMEBORDER NOOpen with text editor and edit code
FRAMEFRAMESPACING nOpen with text editor and edit code
FRAMEMARGINHEIGHT nEdit Frame Attributes Panel, Margin Height
FRAMEMARGINWIDTH nEdit Frame Attributes Panel, Margin Width
FRAMENAME framenameEdit Frame Attributes Panel, Name
FRAMENAME _blankEdit Frame Attributes Panel, Name
FRAMENAME _parentEdit Frame Attributes Panel, Name
FRAMENAME _selfEdit Frame Attributes Panel, Name
FRAMENAME _topEdit Frame Attributes Panel, Name
FRAMENORESIZE  Edit Frame Attributes Panel, Not Resizeable
FRAMESCROLLING YESOpen with text editor and edit code
FRAMESCROLLING NOEdit Frame Attributes Panel, Scrolling, No
FRAMESCROLLING AUTOEdit Frame Attributes Panel, Scrolling, Auto
FRAMESRC URLEdit Frame Attributes Panel, Source URL
FRAMESET   File | New Page, Frames Wizard
FRAMESETCOLS n%Open with text editor and edit code if size needs changing
FRAMESETCOLS nEdit Frameset Grid Panel, Columns
FRAMESETROWS n%Open with text editor and edit code if size needs changing
FRAMESETROWS nEdit Frameset Grid Panel, Rows
NOFRAMES   Choose Alternate Content Panel, Alternate Page URL

Heading Tags

The heading tags listed in Table D.5 can be inserted from the Format toolbar, using the Change Style drop-down menu, or edited from the Format | Paragraph command, using the Paragraph Properties dialog box. Refer to Chapter 8

Table D.5. Heading tags.

TagNameValue Procedure or Option
H1   Format toolbar, Change Style drop-down menu; Heading 1 Paragraph Properties dialog box, Heading 1
H2   Format toolbar, Change Style drop-down menu; Heading 2 Paragraph Properties dialog box, Heading 2
H3   Format toolbar, Change Style drop-down menu; Heading 3 Paragraph Properties dialog box, Heading 3
H4   Format toolbar, Change Style drop-down menu; Heading 4 Paragraph Properties dialog box, Heading 4
H5   Format toolbar, Change Style drop-down menu; Heading 5 Paragraph Properties dialog box, Heading 5
H6   Format toolbar, Change Style drop-down menu; Heading 6 Paragraph Properties dialog box, Heading 6
H1 through H6ALIGN CENTERParagraph Properties dialog box, Paragraph Alignment, Center
H1 through H6ALIGN LEFTParagraph Properties dialog box, Paragraph Alignment, Left
H1 through H6ALIGN RIGHTParagraph Properties dialog box, Paragraph Alignment, Right

Horizontal Rule Tags

For Table D.6, horizontal rules are placed on a page using the Insert | Horizontal Line command. Properties are edited in the Horizontal Line Properties dialog box. Refer to Chapter 8

Table D.6. Horizontal rule tags.

TagNameValue Procedure or Option
HR   Insert | Horizontal Line
HRALIGN LEFTHorizontal Line Properties dialog box, Alignment, Left
HRALIGN RIGHTHorizontal Line Properties dialog box, Alignment, Right
HRALIGN CENTERHorizontal Line Properties dialog box, Alignment, Center
HRCOLOR #rrggbbHorizontal Line Properties dialog box, Color, Custom (in drop-down menu)
HRCOLOR colornameHorizontal Line Properties dialog box, Color, choose one of 16 named colors from drop-down menu
HRNOSHADE  Horizontal Line Properties dialog box, Solid Line (no shading)
HRSIZE nHorizontal Line Properties dialog box, Height, Pixels
HRWIDTH n%Horizontal Line Properties dialog box, Width, Percent of Window
HRWIDTH nHorizontal Line Properties dialog box, Width, Pixels

Hotspot (Image Map) Tags

To enable the Image Properties toolbar, click on a page image. Then, choose one of the buttons referenced in Table D.7 to create a hotspot in that image. By default, FrontPage generates image maps to be used with the FrontPage Server Extensions. To designate another method, choose Tools | Web Settings. In the FrontPage Web Settings dialog box, choose the Advanced tab. Under Image Maps, Style, select NCSA, CERN, Netscape, or none from the drop-down menu. Refer to Chapter 7 "Getting from Here to There."

Table D.7. Hotspot (image map) tags.

TagNameValue Procedure or Option
MAPAREA  Use HTML Markup/Edit code
MAPCOORDS x1,y1,x2,y2...Coordinates generated automatically when you draw a hotspot.
MAPSHAPE RECTImage toolbar, Rectangle button
MAPSHAPE CIRCImage toolbar, Circle button
MAPSHAPE POLYImage toolbar, Polygon button

Image Tags

The tags shown in Table D.8 appear in the Image Properties dialog box. Refer to Chapter 10, "Sprucing Up Your Pages."

Table D.8. Image tags.

TagNameValue Procedure or Option
IMG   Insert | Image, or Insert Image button on Standard toolbar
IMGALIGN TOPAppearance tab, Layout, Alignment, Top
IMGALIGN MIDDLEAppearance tab, Layout, Alignment, Middle
IMGALIGN BOTTOMAppearance tab, Layout, Alignment, Bottom
IMGALIGN LEFTAppearance tab, Layout, Alignment, Left
IMGALIGN RIGHTAppearance tab, Layout, Alignment, Right
IMGALIGN TEXTTOPAppearance tab, Layout, Alignment, Texttop
IMGALIGN ABSMIDDLEAppearance tab, Layout, Alignment, Absmiddle
IMGALIGN ABSBOTTOMAppearance tab, Layout, Alignment, Absbottom
IMGALIGN BASELINEAppearance tab, Layout, Alignment, Baseline
IMGALT textGeneral tab, Alternative Representations, Text
IMGBORDER nAppearance tab, Border Thickness
IMGCONTROLS  Video tab, Show Controls in Browser
IMGDYNSRC URLVideo tab, Video Source
IMGHEIGHT nAppearance tab, Specify Size, Height, in pixels
IMGHEIGHT n%Appearance tab, Specify Size, Height, in percentage
IMGHSPACE nAppearance tab, Horizontal Spacing
IMGISMAP  Use Image toolbar to create hotspots
    (also see Table D.7)
IMGLOOP nVideo tab, Loop
IMGLOOP INFINITEVideo tab, Forever
IMGLOOPDELAY nVideo tab, Loop Delay
IMGLOWSRC URLGeneral tab, Alternative Representations, Low-Res
IMGSRC URLGeneral tab, Image Source
IMGSTART FILEOPENVideo tab, Start, On File Open
IMGSTART MOUSEOVERVideo tab, Start, On Mouse Over
IMGUSEMAP mapnameUse HTML Markup/Edit code
IMGVRML HEIGHTUse HTML Markup/Edit code
IMGVRML WIDTHUse HTML Markup/Edit code
IMGVRML VSPACEUse HTML Markup/Edit code
IMGVRML HSPACEUse HTML Markup/Edit code
IMGVSPACE nAppearance tab, Vertical Spacing
IMGWIDTH nAppearance tab, Specify Size, Width, in pixels
IMGWIDTH n%Appearance tab, Specify Size, Width, in percentage

Line Break Tags

The line break tags listed in Table D.9 are inserted with the Insert | Break command and edited in the Break Properties dialog box. Refer to Chapter 8

Table D.9. Line break tags.

TagNameValue Procedure or Option
BR   Normal Line Break
BRCLEAR LEFTClear Left Margin
BRCLEAR RIGHTClear Right Margin
BRCLEAR ALLClear Both Margins

Link Tags

The link tags listed in Table D.10 are created with the Create Link button in the Standard toolbar or with the Edit | Hyperlink command. The Create Hyperlink dialog box (or the Edit Hyperlink dialog box) contains four tabs-Open Pages tab, Current FrontPage Web tab, World Wide Web tab, and New Page tab. Refer to Chapter 7.

Table D.10. Link tags.

TagNameValue Procedure or Option
AHREF URLOpen Pages tab, Open Pages Current FrontPage Web tab, Page World Wide Web tab, URL New Page tab, Page URL
AHREF filenameOpen Pages tab, Open Pages Current FrontPage Web tab, Page World Wide Web tab, URL New Page tab, Page URL
AMETHODS meth1,meth2...Use Extended Attribute
ANAME nameEdit | Bookmark command, Bookmark Name
AREL relationshipAll tabs, Target Frame
AREV revisionAll tabs, Target Frame
ATARGET windowAll tabs, Target Frame
ATARGET _blankAll tabs, Target Frame
ATARGET _parentAll tabs, Target Frame
ATARGET _selfAll tabs, Target Frame
ATARGET _topAll tabs, Target Frame
ATITLE nameUse Extended Attribute
AURN nameUse Extended Attribute
LINKHREF URLTag is work in progress. Use HTML Markup bot or edit code.
LINKHREF filenameTag is work in progress. Use HTML Markup bot or edit code.
LINKMETHODS meth1,meth2...Tag is work in progress. Use HTML Markup bot or edit code.
LINKREL relationshipTag is work in progress. Use HTML Markup bot or edit code.
LINKREV revisionTag is work in progress. Use HTML Markup bot or edit code.
LINKTITLE nameTag is work in progress. Use HTML Markup bot or edit code.

List Tags

The list tags, referenced in Table D.11, are formatted using the Change Style drop-down menu in the Format toolbar, formatted with the Format | Bullets and Numbering command, and edited with the List Properties dialog box. Refer to Chapter 9 "Organizing Information with Lists."

Table D.11. List tags.

TagNameValue Procedure or Option
DD   Format toolbar, Change Style drop-down menu, Definition List (automatic after entering term)
DIR   Format toolbar, Change Style drop-down menu, Directory List
List Properties dialog box, Style tab, Directory List
DL   Format toolbar, Change Style drop-down menu, Definition List
List Properties dialog box, Style tab, Definition List
DLCOMPACT  List Properties dialog box, Style tab, use Extended Attribute
DT   Format toolbar, Change Style drop-down menu, Defined Term
LI   Automatic when adding list items
MENU   Format toolbar, Change Style drop-down menu, Menu List
List Properties dialog box, Style tab, Menu List
OL   Format toolbar, Change Style drop-down menu, Numbered List Format toolbar, Numbered List button
List Properties dialog box, Style tab, Numbered List
OLCOMPACT  List Properties dialog box, Style tab, Use Extended Attribute
OLSTART numberList Properties dialog box, Numbered tab Count
OLTYPE AList Properties dialog box, Numbered tab; choose A.B.C. style
OLTYPE aList Properties dialog box, Numbered tab; choose a.b.c. style
OLTYPE IList Properties dialog box, Numbered tab; choose I.II.III. style
OLTYPE i (small I)List Properties dialog box, Numbered tab; choose i.ii.iii. style
OLTYPE 1List Properties dialog box, Numbered tab; choose 1.2.3. style
UL   Format toolbar, Change Style drop-down menu, Bulleted List Format toolbar, Bulleted List button
List Properties dialog box, Style tab, Bulleted List
ULCOMPACT  List Properties dialog box, Style tab, use Extended Attribute
ULTYPE DISCList Properties dialog box, Bulleted tab, choose solid circle bullets
ULTYPE CIRCLEList Properties dialog box, Bulleted tab, choose unfilled circle bullets
ULTYPE SQUAREList Properties dialog box, Bulleted tab, choose square bullets

Marquee Tags

The marquee tags listed in Table D.12 are inserted with the Insert | Marquee command and formatted or edited in the Marquee Properties dialog box. Refer to Chapter 10.

Table D.12. Marquee tags.

TagNameValue Procedure or Option
MARQUEEALIGN TOPAlign with Text, Top
MARQUEEALIGN MIDDLEAlign with Text, Middle
MARQUEEALIGN BOTTOMAlign with Text, Bottom
MARQUEEBEHAVIOR SCROLLBehavior, Scroll
MARQUEEBEHAVIOR SLIDEBehavior, Slide
MARQUEEBEHAVIOR ALTERNATEBehavior, Alternate
MARQUEEBGCOLOR #rrggbbBackground Color, choose Custom from drop-down menu
MARQUEEBGCOLOR colornameBackground Color, choose one of 16 predefined colors
MARQUEEDIRECTION LEFTDirection, Left
MARQUEEDIRECTION RIGHTDirection, Right
MARQUEEHEIGHT nSize, Specify Height, in Pixels
MARQUEEHEIGHT n%Size, Specify Height, in Percent
MARQUEELOOP nRepeat, Continuously (unchecked), and enter number in Times field
MARQUEELOOP INFINITERepeat, Continuously (checked)
MARQUEESCROLLAMOUNT nMovement Speed, Amount
MARQUEESCROLLDELAY nMovement Speed, Delay
MARQUEEWIDTH nSize, Specify Width, in Pixels
MARQUEEWIDTH n%Size, Specify Width, in Percent

Applet, Script, and Object-Related Tags

For the tags discussed in Table D.13, refer to the following dialog boxes and chapters:

Table D.13. Applet, script, and object-related tags.

TagName ValueProcedure or Option
APPLET Tags
APPLETALIGN LEFTLayout, Alignment, Left
APPLETALIGN RIGHTLayout, Alignment, Right
APPLETALIGN BOTTOMLayout, Alignment, Bottom
APPLETALIGN MIDDLELayout, Alignment, Middle
APPLETALIGN TOPLayout, Alignment, Top
APPLETALIGN ABSBOTTOMLayout, Alignment, Absbottom
APPLETALIGN ABSMIDDLELayout, Alignment, Absmiddle
APPLETALIGN TEXTTOPLayout, Alignment, Texttop
APPLETALIGN BASELINELayout, Alignment, Baseline
APPLETALT textMessage for Browsers without Java Support
APPLETCODE appletFileApplet Source
APPLETCODEBASE codebaseURLApplet Base URL
APPLETHEIGHT nSize, Height
APPLETHSPACE nLayout, Horizontal Spacing
APPLETPARAMNAME paramNameApplet Parameters, Add, Name
APPLETPARAMVALUE paramValueApplet Parameters, Add, Value
APPLETVSPACE nLayout, Vertical Spacing
APPLETWIDTH n%Applet, Size, Width
EMBED Tags
EMBEDALIGN LEFTLayout, Alignment, Left
EMBEDALIGN RIGHTLayout, Alignment, Right
EMBEDALIGN BOTTOMLayout, Alignment, Bottom
EMBEDALIGN MIDDLELayout, Alignment, Middle
EMBEDALIGN TOPLayout, Alignment, Top
EMBEDALIGN ABSBOTTOMLayout, Alignment, Absbottom
EMBEDALIGN ABSMIDDLELayout, Alignment, Absmiddle
EMBEDALIGN TEXTTOPLayout, Alignment, Texttop
EMBEDALIGN BASELINELayout, Alignment, Baseline
EMBEDBORDER nLayout, Border Thickness
EMBEDHEIGHT nSize, Height
EMBEDHIDDEN TRUEHide Plug-In
EMBEDHSPACE nLayout, Horizontal Spacing
EMBEDSRC dataData Source
EMBEDVSPACE nLayout, Vertical Spacing
EMBEDWIDTH nSize, Width
OBJECT Tags
OBJECTID stringActiveX Control Properties dialog box, pick a control
OBJECTNAME stringActiveX Control Properties dialog box, Name
OBJECTSRC stringActiveX Control Properties dialog box, Network Location, Data Source
OBJECTCLASSID stringActiveX Control Properties dialog box, automatically entered by FrontPage Editor
OBJECTCODEBASE stringActiveX Control Properties dialog box, Network Location, Code Source
OBJECTBORDER nActiveX Control Properties dialog box, Layout, Border Thickness
OBJECTHSPACE nActiveX Control Properties dialog box, Layout, Horizontal Spacing
OBJECTVSPACE nActiveX Control Properties dialog box, Layout, Vertical Spacing
OBJECTWIDTH nActiveX Control Properties dialog box, Layout, Width
OBJECTHEIGHT nActiveX Control Properties dialog box, Layout, Height
OBJECTALIGN BOTTOMActiveX Control Properties dialog box, Layout, Alignment, Bottom
OBJECTALIGN MIDDLEActiveX Control Properties dialog box, Layout, Alignment, Middle
OBJECTALIGN TOPActiveX Control Properties dialog box, Layout, Alignment, Top
OBJECTALIGN ABSBOTTOMActiveX Control Properties dialog box, Layout, Alignment, Absbottom
OBJECTALIGN ABSMIDDLEActiveX Control Properties dialog box, Layout, Alignment, Absmiddle
OBJECTALIGN TEXTTOPActiveX Control Properties dialog box, Layout, Alignment, Texttop
OBJECTALIGN BASELINEActiveX Control Properties dialog box, Layout, Alignment, Baseline
OBJECTALIGN LEFTActiveX Control Properties dialog box, Layout, Alignment, Left
OBJECTALIGN RIGHTActiveX Control Properties dialog box, Layout, Alignment, Right
SCRIPT   See Chapter 24

Paragraph Tags

The default paragraph style for the tags listed in Table D.14 is Normal. Styles can be changed with the Change Style drop-down menu in the Format toolbar or with the Format | Paragraph command, using the Paragraph Properties dialog box. Refer to Chapter 8.

Table D.14. Paragraph tags.

TagNameValue Procedure or Option
ADDRESS   Format toolbar, Change Style drop-down menu, Address Paragraph Format dialog box, Address
BLOCKQUOTE   Use HTML Markup bot or edit code
P   Default paragraph style when entering text Format toolbar, Change Style drop-down menu, Normal
PALIGN LEFTFormat toolbar, Align Left button Paragraph Format dialog box, Paragraph Alignment, Left
PALIGN CENTERFormat toolbar, Center button Paragraph Format dialog box, Paragraph Alignment, Center
PALIGN RIGHTFormat toolbar, Align Right button Paragraph Format dialog box, Paragraph Alignment, Right
PRE   Format toolbar, Change Style drop-down menu, Formatted Paragraph Format dialog box, Formatted

Sound Tags

The sound capabilities listed in Table D.15 can be added to a page using the Insert | Background Sound command. The Background Sound properties can be edited using the Page Properties dialog box. Refer to Chapter 10.

Table D.15. Sound tags.

TagName ValueProcedure or Option
BGSOUNDSRC URLPage Properties dialog box, General tab, Background Sound, Location
BGSOUNDLOOP nPage Properties dialog box, General tab, Background Sound, Loop
BGSOUNDLOOP INFINITEPage Properties dialog box, General tab, Background Sound, Forever

Table Caption Tags

The table captions shown in Table D.16 are inserted with the Table | Insert Caption command and edited with the Caption Properties dialog box. Refer to Chapter 11, "Your Tables Are Ready."

Table D.16. Table caption tags.

TagName ValueProcedure or Option
CAPTIONALIGN LEFTUse Extended Attribute
CAPTIONALIGN RIGHTUse Extended Attribute
CAPTIONALIGN CENTERUse Extended Attribute
CAPTIONVALIGN TOPPosition, Top of Table
CAPTIONVALIGN BOTTOMPosition, Bottom of Table

Page-Related Tags

The page-related tags listed in Table D.17 are edited in the Page Properties dialog box, except where noted by another command name. Refer to Chapter 10.

Table D.17. Page-related tags.

TagName ValueProcedure or Option
! (comment)   Insert | Comment command, Comment dialog box
!DOCTYPE   Generated automatically by FrontPage Editor
BASEHREF URLGeneral tab, Base Location
BASETARGET nameGeneral tab, Default Target Frame
BODY   Generated automatically by FrontPage Editor
BODYBACKGROUND URLBackground tab, Background Image
BODYBGPROPERTIES FIXEDBackground tab, Watermark
BODYLEFTMARGIN nMargins tab, Specify Top Margin
BODYTOPMARGIN nMargins tab, Specify Left Margin
BODYALINK #rrggbbBackground tab, Active Hyperlink, choose custom color
BODYALINK colornameBackground tab, Active Hyperlink, choose one of 16 colors
BODYBGCOLOR #rrggbbBackground tab, Background, choose custom color
BODYBGCOLOR colornameBackground tab, Background, choose one of 16 colors
BODYLINK #rrggbbBackground tab, Hyperlink, choose custom color
BODYLINK colornameBackground tab, Hyperlink, choose one of 16 colors
BODYTEXT #rrggbbBackground tab, Text, choose custom color
BODYTEXT colornameBackground tab, Text, choose one of 16 colors
BODYVLINK #rrggbbBackground tab, Visited Hyperlink, choose custom color
BODYVLINK colornameBackground tab, Visited Hyperlink, choose one of 16 colors
HEAD   Generated automatically by FrontPage Editor
HTML   Generated automatically by FrontPage Editor
ISINDEX   Edit code, or use search bot (see Chapter 22)
ISINDEXACTION actionEdit code, or use search bot (see Chapter 22)
ISINDEXPROMPT promptEdit code, or use search bot (see Chapter 22)
METACONTENT nGeneral tab, HTML Encoding
METACONTENT URLCustom tab, System Variables
METAHTTP-EQUIV REFRESHCustom tab, System Variables
METANAME nameCustom tab, User Variables
NEXTID   Use HTML Markup bot or edit code
STYLE   Use HTML Markup bot or edit code
TITLE   General tab, Title

Table Tags

The table tags referenced in Table D.18 are created with the Insert | Table command and edited in the Table Properties dialog box. Cells (TH, TR, and TD tags) are edited in the Cell Properties dialog box. Refer to Chapter 11.

Table D.18. Table tags.

TagName ValueProcedure or Option
COLALIGN CENTERExtended attribute/edit code
COLALIGN JUSTIFYExtended attribute/edit code
COLALIGN LEFTExtended attribute/edit code
COLALIGN RIGHTExtended attribute/edit code
COLSPAN nExtended attribute/edit code
COLGROUP   Extended attribute/edit code
COLGROUPALIGN CENTERExtended attribute/edit code
COLGROUPALIGN JUSTIFYExtended attribute/edit code
COLGROUPALIGN LEFTExtended attribute/edit code
COLGROUPALIGN RIGHTExtended attribute/edit code
COLGROUPSPAN nExtended attribute/edit code
COLGROUPVALIGN BASELINEExtended attribute/edit code
COLGROUPVALIGN BOTTOMExtended attribute/edit code
COLGROUPVALIGN MIDDLEExtended attribute/edit code
COLGROUPVALIGN TOPExtended attribute/edit code
TABLEALIGN CENTERInsert Table dialog box or Table Properties dialog box, Layout, Alignment, Center
TABLEALIGN LEFTInsert Table dialog box or Table Properties dialog box, Layout, Alignment, Left
TABLEALIGN RIGHTInsert Table dialog box or Table Properties dialog box, Layout, Alignment, Right
TABLEBACKGROUND URLTable Properties dialog box, Custom Background, Use Background Image
TABLEBGCOLOR #rrggbbTable Properties dialog box, Custom Background, Background Color (choose Custom color)
TABLEBGCOLOR colornameTable Properties dialog box, Custom Background, Background Color (choose one of 16 colors)
TABLEBORDER nTable Properties dialog box, Border Size
TABLEBORDERCOLOR #rrggbbInsert Table dialog box or Table Properties dialog box, Custom Colors, Border (choose custom color)
TABLEBORDERCOLOR colornameTable Properties dialog box, Custom Colors, Border (choose one of 16 colors)
TABLEBORDERCOLORDARK #rrggbbTable Properties dialog box, Custom Colors, Dark Border (choose one of 16 colors)
TABLEBORDERCOLORDARK colornameTable Properties dialog box, Custom Colors, Dark Border (choose one of 16 colors)
TABLEBORDERCOLORLIGHT #rrggbbTable Properties dialog box, Custom Colors, Light Border (choose one of 16 colors)
TABLEBORDERCOLORLIGHT colornameTable Properties dialog box, Custom Colors, Light Border, (choose one of 16 colors)
TABLECELLPADDING nInsert Table dialog box or Table Properties dialog box, Layout, Cell Padding
TABLECELLSPACING nInsert Table dialog box or Table Properties dialog box, Layout, Cell Spacing
TABLEFRAME ABOVEExtended attribute/edit code
TABLEFRAME BELOWExtended attribute/edit code
TABLEFRAME BOXExtended attribute/edit code
TABLEFRAME HSIDESExtended attribute/edit code
TABLEFRAME LHSExtended attribute/edit code
TABLEFRAME RHSExtended attribute/edit code
TABLEFRAME VOIDExtended attribute/edit code
TABLEFRAME VSIDESExtended attribute/edit code
TABLEHEIGHT nExtended attribute/edit code
TABLEHEIGHT n%Extended attribute/edit code
TABLERULES  Extended attribute/edit code
TABLERULES ALLExtended attribute/edit code
TABLERULES BASICExtended attribute/edit code
TABLERULES COLSExtended attribute/edit code
TABLERULES NONEExtended attribute/edit code
TABLERULES ROWSExtended attribute/edit code
TABLEVALIGN BOTTOMExtended attribute/edit code
TABLEVALIGN TOPExtended attribute/edit code
TABLEWIDTH nInsert Table dialog box or Table Properties dialog box, Width, Specify Width (in Pixels)
TABLEWIDTH n%Insert Table dialog box or Table Properties dialog box, Width, Specify Width (in Percent)
TBODY   Edit code
TFOOT   Edit code
TH,TR,TDALIGN CENTERCell Properties dialog box, Horizontal Alignment, Center
TH,TR,TDALIGN LEFTCell Properties dialog box, Horizontal Alignment, Left
TH,TR,TDALIGN RIGHTCell Properties dialog box, Horizontal Alignment, Right
TH,TR,TDVALIGN BASELINECell Properties dialog box, use Extended Attribute
TH,TR,TDVALIGN BOTTOMCell Properties dialog box, Vertical Alignment, Bottom
TH,TR,TDVALIGN MIDDLECell Properties dialog box, Vertical Alignment, Middle
TH,TR,TDVALIGN TOPCell Properties dialog box, Vertical Alignment, Top
TH,TR,TDBACKGROUND URLCell Properties dialog box, Use Background Image
TH,TR,TDBGCOLOR #rrggbbCell Properties dialog box, Custom Colors, Background Color (choose custom color)
TH,TR,TDBGCOLOR colornameCell Properties dialog box, Custom Colors, Background Color (choose one of 16 predefined colors)
TH,TR,TDBORDERCOLOR #rrggbbCell Properties dialog box, Custom Colors, Border (choose custom color)
TH,TR,TDBORDERCOLOR colornameCell Properties dialog box, Custom Colors, Border (choose one of 16 predefined colors)
TH,TR,TDBORDERCOLORDARK #rrggbbCell Properties dialog box, Custom Colors, Dark Border (choose custom color)
TH,TR,TDBORDERCOLORDARK colornameCell Properties dialog box, Custom Colors, Dark Border (choose one of 16 predefined colors)
TH,TR,TDBORDERCOLORLIGHT #rrggbbCell Properties dialog box, Custom Colors, Light Border (choose custom color)
TH,TR,TDBORDERCOLORLIGHT colornameCell Properties dialog box, Custom Colors, Light Border (choose one of 16 predefined colors)
TH,TR,TDCOLSPAN nCell Properties dialog box, Cell Span, Number of Columns Spanned
TH,TR,TDNOWRAP  Cell Properties dialog box, Layout, No Wrap
TH,TR,TDROWSPAN nCell Properties dialog box, Cell Span, Number of Rows Spanned
TH,TR,TDWIDTH nCell Properties dialog box, Minimum Width, Specify Width, in Pixels
TH,TR,TDWIDTH n%Cell Properties dialog box, Minimum Width, Specify Width, in Percent
THEAD   Edit code