32.下列何者可在網頁上顯現單選鈕?
(A) < input type=radio >
(B) < input type=single >
(C) < form input=radio >
(D) < button name=click >
答案:登入後查看
統計: A(151), B(32), C(30), D(53), E(0) #598566
統計: A(151), B(32), C(30), D(53), E(0) #598566
詳解 (共 5 筆)
#3849241
(A) < input type=radio >
(B) < input type=single >
沒有single這個type,所有的type
(C)< form input=radio >
語法錯誤,要寫input type=radio
(D) < button name=click >
也是語法有誤 應該是下面

所以選A
語法參考來源https://www.w3schools.com/html/html_form_input_types.asp
3
0
#1328361
content://media/external/file/156491
0
2
#1328363
求詳解,感謝
0
1