- Messages
- 5,907
- Reaction score
- 16
- Points
- 38
Hello,
I would to know what do you think about use custom <tags></tags> in html.
I don't know if all the browsers support them. I only have tested on FF XD
Example:
What do you think?
I would to know what do you think about use custom <tags></tags> in html.
I don't know if all the browsers support them. I only have tested on FF XD
Example:
Code:
...
<style>
my1tag {}
my2tag {}
</style>
</head>
<body>
<my1tag>text here :)</my1tag>
<my2tag>something else here</my2tag>
...
What do you think?
Last edited: