HTML IDs
Or is possible to assign unique ids to HTML elements. I repeat it one more time because it is important. IDs of the HTML elements must be unique. HTML page will work even with duplicate IDs, however any sort of assignment of properties to element by ID, or working with HTML elements by ID using JavaScript will be broken.
Comments
Post a Comment