<!DOCTYPE html>
<title>My Example</title>
<style>
abbr[title]:after {
content: " (" attr(title) ")";
}
</style>
<abbr title="Big Money Waster">
BMW
</abbr>