Creating your own tag names in HTML is not possible / not valid. That's what XML, SGML and other general markup languages are for.
What you probably want is
Or instead of and something like and .
In order to make it look and function right, just hook up some CSS and Javascript.