Headings: [Skip]

Web-Design Tutorials by Dr Sam

XHTML Strict Specs, Part 2

Menu [Skip]

Id Attribute

Reason

  • The id attribute works for linkage.
  • It also works for various effects with CSS and with JavaScript with the Document Object Model (DOM):
    • We can create styles for an element through its id with CSS.
    • We can get (and manipulate) an element by its id with JavaScript.


Web-Design Tutorials by Dr Sam
tutorials list
contact | about
© copyright, cc: by-nc-nd