Just to be sure it can be safely used with JQuery scripting.
|
1
|
|
|
|
|
|
It's part of the HTML 4.01 Specification and should only be used as an attribute of the |
||
|
|
|
|
If you want to store custom data, you're better off using custom attributes. If you prefix them with "data-" then they are valid html5 as well. |
||
|
|
|
|
According to the HTML 4.01 specification, As browsers don't validate documents you can get away with using it on any element you like, but it won't be valid, and it will be semantically meaningless. |
||
|
|
|
|
You'd really need to expand on what you mean by "compatible with all browsers". All browsers will be able to render a document containing As for being compatible with all tags - no, the rel attribute is only appropriate for |
||
|
|
