Fundamentals of HTML and CSS

F28WP Web Programming

2020-2021

Example

ID vs Class

• Can only be one ID
Multiple classes
• ID is more specific
• Element can have both ID and multiple classes

How do you validate your HTML and CSS?