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.
    1. Under Categories, select Web. Under File Types, select HTML. Click Next.
  2. Type the name of your HTML file. Do not include a filename extension as this is added automatically when the file is created.
  3. Click Finish. The IDE opens the HTML file for editing in the Source Editor.
See Also
About Web Applications
Editing a JSP or HTML File

Legal Notices