1. 程式人生 > >如何調整input標籤中checkbox的大小

如何調整input標籤中checkbox的大小

其實很簡單 只需要在input標籤裡固定checkbox的寬度和高度 例如:



< html >
< body >
< input type=”checkbox” value=”你好” style=”width:20px;height:20px;”/ >
< /body >
< /html>