CSS Typography Flashcards
1
Q
How can you select specific attributes?
A
[attribute = “value”] {}
[attribute]{}
[attribute*=”string”] match the attribute and stringanywheree within the value
[attribute^=”pat-“] will only match begin
[attribute$=”string”] will only match ending