UST interview question

What is selectors in css? Difference between attribute and property Why css3?

Interview Answer

Anonymous

Apr 23, 2020

selector in css is the pattern used to select the element that is to styled. eg .intro this means select all elements with class ="intro"