|
The button tag is the new input type="submit."
You can do all kinds of weird stuff within
button tags -- create tables, add images,
mess with fonts. I guess that's normal stuff...
it just seems a little odd to do it within
the button markup itself.
Here are some examples:
It would appear that the only thing you can't do within
a button tag is:
- Another button tag
- An a tag
- A select tag
- An input tag.
In Firefox, everything looks nice and orderly.
In IE 6, the rendering looks pretty scary.
|