Each value is a class name. A class name is an
arbitrary identifier that relates many elements to a common categorization.
Value type: CData
Table continued on following page
Appendix A: Semantic HTML
592
Attribute Name Description
classid Is used to specify the location of an object implementation. It can be used in
conjunction with the data attribute or alone depending on the type of the object.
Value type: URI
codebase Defines the base URI to use with the attributes classid , data , and archive
when their value is a relative path. When omitted, its value defaults to the base
URI relative to the current document.
Value type: URI
codetype Defines the expected content type when downloading the object specified by
classid .
Value type: ContentType
cols Defines the width of a control measured in average characters width. Lines
exceeding the maximum length are wrapped or some scrolling mechanism is
activated.
Value type: Number
colspan The number of columns that is spanned by the current cell. The default value is
1; the value 0 means that the cell spans all columns from the current to the last
in the table section ( thead , tbody , tfoot , or table if no section is defined).
Pages:
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100