Top
Interstage Studio User's Guide
FUJITSU Software

2.3.3 Creating an HTML File

To create an HTML file, use the HTML wizard to generate an HTML file, then use an HTML editor or similar to set the page layout. The method is described below.

2.3.3.1 Creating a New HTML File

From the [New] wizard, select [Web] > [HTML], and the wizard creates the HTML file. Refer to the following for the wizard settings:

Point

The extension that is used if the extension is omitted, and the embedded encoding used during file creation, can be customized using [Web] > [HTML Files] on the Preferences page.

2.3.3.2 Editing the HTML File

Use the HTML editor to edit the HTML file. The HTML editor is a text editor that has the following features:

Use the appropriate view from the following when editing using the HTML editor:

Entering Tags

Use one of the following methods to enter tags:

Inserting Tables

Use Contents Assist to insert a table. Tables are registered in advance in the templates as a "table".

Inserting Lists

Use Contents Assist to insert a list. In the templates, "ol" is used for a sequential list, and "ul" for a non-sequential list.

Point

It is convenient to register frequently-used tags in the templates or the Snippets view. Use templates if Contents Assist is used from the keyboard. Use the Snippets view if mouse operations are used to insert tags. User-defined variables can also be used from the Snippets view, and the variable value can be specified during insertion. For details on registering templates, refer to "Templates", under Tips. For details on registering snippets, refer to "Snippets", under Tips.

Entering Attributes/Attribute Values

Use either of the following methods to add attributes and to change attribute values:

Previewing the Page

To preview a created HTML file, open that file using a Web browser.

Point

For convenience, arrange the HTML editor used for editing and the Web browser used for previewing the page to be side by side. To display the editor beside the browser, drag the editor tab.

2.3.3.3 Validating the HTML Tags

The HTML syntax validator is used to verify HTML tags. For details on validation, refer to "6.2.5.2 Validation".