I am trying to develop a plugin/extension for a browser (Firefox or IE or Chrome). The purpose of this is that the plugin/extension should recognize one of my own-custom tags.
Eg:
<myowntag1>
...
<mysubtag1 ... />
...
</myowntag1>
How do I make a browser recognize this using a plugin/extension?