Glossary
Term |
Description |
Command |
An HTML tag with parameters, such as <FONT SIZE=3>. |
Control |
In the context of an HTML form, controls are radio buttons, check boxes, text boxes, and so on. |
Form |
A collection of controls for obtaining information from users. |
HTML |
Hypertext Markup Language. |
Parameter |
A changeable feature of a given tag. For example, you can change the size of your text by setting the <FONT> tag's SIZE parameter to a specific value. |
Tag |
An HTML command name. Tags are always placed within angle brackets (<>), as in the <FONT> tags. |
WYSIWYG |
What You See Is What You Get. |