Views: 3.6K
Replies: 0
Archived
|
What are valid id and name attribute values in HTML?Recently I ran into a problem with HTML that took me a while to figure out.
HTML is not case sensitive, but it turns out that the values of id and name attributes are case sensitive. This made me wonder what else do I need to know. Are there any other rules about id and name values? Thank you. Sunil Patel, Apr 09, 2013
|