x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<style>
5
  abbr[title]:after {
6
    content: " (" attr(title) ")";
7
  }
8
</style>
9
10
<abbr title="Big Money Waster">
11
  BMW
12
</abbr>