I will explain you the abbr tag:

The abbr tag describes, e.g. a shortened word like mpgh.

here is a quick explanation:

[HTML]
<!DOCTYPE html>
<html>
<body>

<abbr title="Multiplayer Game Hacking">MPGH</abbr> was created by Dave84311.

</body>
</html>[/HTML]

the result will look like this if you hover over the MPGH text:

[IMG]https://i1115.photobucke*****m/albums/k543/dragoon_wuut/abbr.png[/IMG]


this tag is pretty useless but fun to play with


greets, Paul