Why should we use the angular tag in CSS?
For example:
.class << span
Typically, we use these types of tags:
body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}