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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator