Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要做的是在按钮上包含一个小表格作为显示文本。
我的按钮设置为屏幕宽度的 15% 和高度的 25%,并使用 css 完成各种其他样式功能。
假设这无法完成,有人可以建议我可以调查的替代方案吗?
提前谢谢了。
我使用带有 HTML 4.01 Strict doctype 的 w3c 验证器尝试了此代码:
<button> <table> <tr> <td>submit</td> </tr> </table> </button>
它是有效的。