Use an attribute selector to find images without alternative text.
[alt=""] {
outline: 5px solid blue;
}
Getting Braaains Should Be Fun
Use an attribute selector to find images without alternative text.
[alt=""] {
outline: 5px solid blue;
}