Example of the class attribute
Most of the time class attribute is defined in CSS. For example background color, border color, width, height, and many more properties are given inside class attribute and the given class name will be mentioned within elements or div tag.
The class attribute is defined within style tag using .symbol for example .classnamehere{CSS properties here}