Creating an HTML File

See Also

HTML files that are used by web applications are stored under the root folder of the web application hierarchy. In the Projects or Files window, HTML files are represented by the HTML node icon.

To create an HTML file within a web application:

  1. Right-click any node in the Projects or Files window and choose New > Other from the pop-up menu.
  2. Select HTML File in the File Types pane. Click Next.
  3. Type the name of your HTML file. Do not include a filename extension as this is added automatically when the file is created.
  4. Click Finish.

When you click Finish the IDE opens the HTML file for editing in the Source Editor.

See Also
About the HTML Source Editor

Legal Notices