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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly