Max length of an HTML attribute value
- by bgreen1989
How would I know what the maximum length of an element's attribute value is?
e.g.
<div id="value1..."></div>
What's the maximum allowable length for ID attribute of this div and any other attributes of any elements?