| Name | Values | Description |
| above | object_id | Indicates the layer that should be immediately above this layer |
| background | string | Background of inline layer |
| below | object_id | |
| bgcolor | color | Background Colour, using syntax "#rrggbb". |
| class | classname | Class of the element which is used to associate the element with a style sheet. |
| clip | number[,number,number,number] | |
| event_name | script_code | Defines script to run on event such as OnMouseOver |
| id | string | A unique name to identify an element. |
| left | number | |
| name | string | Names a tag, particularly important in client side progamming and essential when submitting form data. |
| pagex | number | |
| pagey | number | |
| src | url | Source filename |
| style | string | Specifies style information for the element. |
| top | number | |
| visibility | show|hide|inherit | |
| width | number | Width |
| z-index | number | |