like this: <tag myAttri="myVal" />
|
|
You can amend your !DOCTYPE declaration (i.e. DTD) to allow it, so that the [XML] document will still be valid:
more info here: |
|||||||||||||||
|
|
You can add custom attributes to your elements at will. But that will make your document invalid. In HTML 5 you will have the opportunity to use custom data attributes prefixed with |
|||||
|
|
The |
|||
|
|
|
No, this will break validation. In HTML 5 you can/will be able to add custom attributes. Something like this:
|
|||||||||||||||||||
|
|
Yes, you can, you did it in the question itself: |
|||||||||||
|
|
You can set properties from JavaScript.
|
|||
|
|
|
You can add, but then you have to write a line of javascript too:
to make sure everything fall in place. I mean IE :) |
|||
|
|