Headings: [Skip]

Web-Design Tutorials by Dr Sam

CSS, the Cascade

Menu [Skip]

Id Attribute

Reminder

We studied about the id attribute in an another tutorial.

Remember

  • Each id must be unique in a document, because it identifies an individual element in the document.
  • We may use the id attribute in any tag and in all tags as long as each id is unique in the document.