*<button>
在<button>
元素内部放置 *无效 。 在W3C建议中的button元素中,您可以阅读:
内容模型: 短语内容,但必须没有交互式内容后代。
互动内容包括:
- a
- audio (if the controls attribute is present)
- button
- embed
- iframe
- img (if the usemap attribute is present)
- input (if the type attribute is not in the hidden state)
- keygen
- label
- object (if the usemap attribute is present)
- select
- textarea
- video (if the controls attribute is present)



