HTML

Lesson 6 - Classes




Classes are the same as ids, but they can be assigned to multiple elements. They are also used in CSS. The advantage here is that you can style all te tags with the same class, without writing the same CSS for every element. They are mentioned like .className Try it yourself




Previous------------------------- Next