Code
Execute
<!DOCTYPE html> <html> <head> <style> [title~=wikitechy] { border: 5px solid black; } </style> </head> <body> <img src="http://www.wikitechy.com/img/logo.png" title="wikitechy" width="224" height="162"> </body> </html>
Result