HTML
<button class="test"></button>
CSS
.test{ height:200px; width:200px;}
如果您想避免使用CSS,请参阅this:
<button style="height:200px;width:200px"></button>