What the difference between them? Is the <text> even proper HTML tag? I’ve never seen the description of it on sites like http://www.w3schools.com/ but it seems to be working fine ( http://jsfiddle.net/qgaA2/ ) and I don’t see any difference between it and <span>
What the difference between them? Is the <text> even proper HTML tag? I’ve never
Share
No, it’s not a real tag. The browser just looks at the attributes and makes the best of it.
This will work too:
<stupidtag style="color:red">moo</stupidtag>