Value type: Number
Table continued on following page
Appendix A: Semantic HTML
598
Attribute Name Description
src Points to an external resource to use in the document. A user agent with graphic
capabilities will render the pointed image in place of elements like < img ...
/ > or < input type= ??? img ??? ... / > .
Value type: URI
standby Defines a text message that the user agent may display while loading the
required resources for the current object.
Value type: Text
style Contains information about the format of the element. It is used to alter the
presentation of the element.
Value type: CData
summary Provides a summary for the table purpose and structure. It is mainly used by
nonvisual browsers.
Value type: Text
tabindex Controls and active elements such as hyperlinks may be navigated using the
keyboard Tab button. Each time it is pressed the next control in sequence will
obtain the focus. The tabindex attribute enable you to specify the desired
sequence between controls. When two controls have the same tabindex value,
the first appearing in the document code will have the priority.
Pages:
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112