Considere o fragmento abaixo de uma página web criada com HTML5 e CSS3:
<html>
<head>
<style>
[title~=car] {
border: 5px solid #ff0000;
}
</style>
</head>
<body>
<img src="car1.jpg" title="speed car">
<img src="car2.jpg" title="slow car">
<img src="car3.jpg" title="car">
<img src="car4.jpg" title="car to u">
<img src="moto1.jpg" title="motocycle">
</body>
</html>
Pode-se afirmar que a configuração CSS3 de borda