Makakuha ng kaugnay na sagot sa lahat ng iyong katanungan sa IDNStudy.com. Sumali sa aming platform upang makatanggap ng mabilis at eksaktong tugon mula sa mga propesyonal sa iba't ibang larangan.

What is the use of class selector in CSS​

Sagot :

Answer:

Definition and Usage

class selector selects elements with a specific class attribute. To select elements with a specific class, write a period (.) character, followed by the name of the class. You can also specify that only specific HTML elements should be affected by a class.

Explanation:

tell me if I'm wrong