WDD Learning Modules

classid

Class and ID Selectors

Description

Class and ID attributes can be specified in HTML and then used in CSS to select that element. JavaScript can also access and manipulate elements with a class name and one element per ID name, per web page with an ID.

Where this knowledge is utilized

Prepare

The following video introduces different ways to use classes and IDs.

Class and ID Attributes

Ponder