Selectors help to select an element to which you want to apply a style.
selectors are patterns used to select the element(s) you want to style.
Examples: .class, #id
<div class="intro">
My name is Pranav Chhabra.
This is my first Task in Evon Tech.
</div>
0 Comment(s)