replaced double-quotes with back-ticks (#20944)
This commit is contained in:
committed by
Niraj Nandish
parent
76b4a74a84
commit
fa78b3d716
@ -2,7 +2,7 @@
|
||||
title: Class Selector
|
||||
---
|
||||
## Class Selector
|
||||
A Class Selector is used in a CSS file to apply style to the HTML elements with the corresponding class name. In HTML, you can set the class name for any element by adding a "class" attribute.
|
||||
A Class Selector is used in a CSS file to apply style to the HTML elements with the corresponding class name. In HTML, you can set the class name for any element by adding a `class` attribute.
|
||||
|
||||
To select elements with a specific class, we use a (.) named as period character, with the name of the class.
|
||||
|
||||
|
Reference in New Issue
Block a user