Selector in css
CSS selector
CSS selector is used to target/select the HTML element so we can style or modify it.
There are several ways to select elements - using HTML tag, class, and id.
Example:
<html lang="en">
<head>
<title>Document</title>
<style>
...
alokraj.hashnode.dev3 min read