Greetings! I am currently learning CSS and came across attribute selectors. I am wondering:
- When it is better to use attribute selectors instead of the usual selectors that uses id/class.
- If it is efficient to use on a website. I have read that class selectors are usually faster.
Thank you very much!