WEB 웹/HTML

라디오의 크기를 바꿀 수 있음.... input / radio

KIMSG 2017. 7. 24. 10:33
1
2
3
4
5
6
<input type="radio" name="repYn" id="repY" value="Y" checked="checked"
style="width:30px;height:30px;border:1px;">
<labelfor="repY"style="font-size: 30pt;">사용</label>
cs