A. HTML如何调整Button的位置,如 靠左,居中,靠右等。
html中设置按钮的位置:
解决方案一:
如果是绝对定位,可以设置left,还可通过margin,padding等;
" style="box-sizing: border-box; margin: 0px; padding: 0px; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; color: rgb(51, 51, 51); font-size: 18.6773px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"> <td style="padding-right:30px"><input type="submit" value="注册"> <input type="reset" value="重置"></td> </tr>
解决方案二:
如果是绝对定位,可以设置left,还可通过margin,padding等。