Back to home

The id Attribute

Use Css to style an elememt with the id "myHeader"

My header

Difference Between Class and ID

Difference Between Class and ID

A class name can be used by multiple HTML elements, while an id name must only be used by one HTML element within the page:

My Cities

London

London is the capital of England.

Paris

Paris is the capital of France.

Tokyo

Tokyo is the capital of Japan.