What is the usage of Class selector?

Asked: Apr 14, 2023

Selectors that are unique to a specific style, are called CLASS selectors. Declaration of style and association with HTML can be made through this. Syntax:
Classname
it can be A-Z, a-z or digits.
.top {font: 14em ;}, class selector
this class is associated with element

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!