快速提问:a<form>
可以在<figure>
元素内部使用吗?例如,我正在考虑联系表格
“自包含,[...] 作为文档主流中的一个单独单元,并且 [...] 可以从文档的主流中移出而不影响文档的含义。”- [<图>规格]
代码片段:
<figure>
<figcaption>Contact Us</figcaption>
<form>
<input name="email"...
<textarea name="comments"...
<input type="submit"...
</form>
</figure>
想法?