0 votes
in CSS by
Where can we use the class selector in CSS?

1 Answer

0 votes
by

This class selector is always unique to a particular style. It helps to manage the style declaration and association with HTML. Try this syntax:

classname
It can be A or any letter or digit.)
.botton {font: 16em;}, class selector
<Body class="bottom">

this class is tagged with element </body>

Related questions

0 votes
asked Feb 10 in CSS by DavidAnderson
0 votes
asked Feb 14 in CSS by DavidAnderson
...