Table of Contents
- Using The class Attribute
- London
- Paris
- Tokyo
- My Important Heading
- The Syntax For Class
- London
- Paris
- Tokyo
- Multiple Classes
- element belongs to both the city class and also to the main class, and will get the CSS styles from both of the classes: Example London
- Paris
- Tokyo
- Different Elements Can Share Same Class
- and points to the "city" class and will share the same style: Example Paris
- Use of The class Attribute in JavaScript
- Chapter Summary