Max length of an HTML attribute value
        Posted  
        
            by bgreen1989
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bgreen1989
        
        
        
        Published on 2010-05-02T04:31:35Z
        Indexed on 
            2010/05/02
            4:37 UTC
        
        
        Read the original article
        Hit count: 356
        
html
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?
© Stack Overflow or respective owner