Prev Demo
CSS3
>
[Attribute~=Value] Selector
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> [title~=Funda] { border: 2px solid red; } </style> <a href="http://www.foodpunda.com" title="Food Punda">FoodPunda</a> <a href="http://www.techfunda.com" title="Tech Funda">TecFunda</a> <a href="http://www.fundoovideo.com" title="Fundoo Video">FundooVideo</a> <br /> <br/> <br/> <img src=" /HTPictures/Generics/1-635716259621984414.jpg" title="brickfun" width="100" height="150" /> <img src="/HTPictures/Generics/1-635724500240488175.gif" title="IT Funda" width="100" height="150" /> <img src="/HTPictures/Generics/1-635726180205031827.png" title="microsoft" width="100" height="150" /> </body> </html>
Note: We DO NOT save your trial code in our database.
Output