Development Language Options
HTML specification
HTML specification is an option that tells HTMLPad which HTML language specification to use for creating code with such features as Inspector and Auto Complete.
For example, if you wish to write XHTML 1.0 compliant markup code, you must activate XHTML 1.0 definition.
To change default HTML specification
- On the Options menu, click Preferences.
- In Preferences window, click Language Options folder.
- Click HTML.
- From drop down box, select HTML language definition.
- Click OK.
Note
By default, HTMLPad automatically selects HTML specification based on the DOCTYPE tag of current document and default HTML specification is used only if no valid DOCTYPE tags are present. You can change this behavior in Preferences window near HTML Language Specification box.
CSS specification
CSS specification is an option that tells HTMLPad which CSS language specification to use for creating code with such features as Inspector and Auto Complete.
For example, if you wish to write CSS Level 2 compliant style sheets, you must activate CSS Level 2 definition.
To change active CSS definition
- On the Options menu, click Preferences.
- In Preferences window, click Language Options folder.
- Click CSS.
- From drop down box, select CSS language definition.
- Click OK.
|