Completing an HTML Tag

See Also

  1. In the HTML Editor, type the first few characters of an HTML tag.
  2. Press Ctrl-spacebar or Ctrl-\, or pause after typing a portion of the HTML tag.

    The code completion box is displayed, providing a scrolling list of valid tag names, attributes, or attribute values that can complete your HTML tag. Attribute values are provided only if there is a finite set of possibilities, such as for the align attribute. If there is only one completion possibility, the tag is completed automatically.

    The HTML possibilities are based on the 4.01, 4.0, or 3.2 DTD specified in your HTML file's DOCTYPE declaration. The default DOCTYPE declaration is -//W3C//DTD HTML 4.01 Transitional//EN.

  3. Use the most convenient combination of the following options:
See Also
Completing a Java Expression
Setting the Completion Box Delay
Disabling Automatic Completion
Setting Code Completion Shortcuts

Legal Notices