Forum Moderators: open
CSS:
<style type="text/css">
monkey{font-size:50px;background:#cccccc;}
</style>
HTML:
<monkey>Oooh Oooh Aaah AAhh</monkey>
I have a feeling that this is probably not allowed by somebody somewhere. Seems like a fun trick though.
anyone?
The disadvantage is that you lose any semblance of semantics with your custom tag - it is usually better to pick a known, valid tag, even if it is a generic one such as
div or span.