
w03-HTML語言-3-表單
Authored by 邱建誌 邱建誌
Computers
11th Grade
Used 10+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
表單指令為?
<form method=post></form>
<table></table>
<img></img>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
可讓人輸入文字的單行文字方塊的指令是?
<input type="single">
<input type="text">
<input type="radio">
<textarea></textarea>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
可讓人輸入文字的多行文字方塊的指令是?
<input type="single">
<input type="text">
<input type="radio">
<textarea></textarea>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
可讓人用多個○來進行單選的指令是?
<input type="checkbox">
<input type="text">
<input type="radio">
<textarea></textarea>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
多個radio單選,以name同名的為同一組。
請問,「魯天」跟哪個值在單選上同組?
<input type="radio" name="ob" value="魯天">
<input type="radio" name="og" value="那美">
<input type="radio" name="ob" value="索薩">
<input type="radio" name="ob" value="山冶">
那美
索薩
山冶
那美
索薩
索薩
山冶
山冶
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
要能出現如圖可多選的效果,請問HTML指令為?
<input type="radio" name="g" value="緋染天空"> 緋染天空
<input type="radio" name="g" value="重返未來"> 重返未來
<input type="radio" name="g" value="跑跑卡丁車"> 跑跑卡丁車
<input type="checkbox" name="g[]" value="緋染天空"> 緋染天空
<input type="checkbox" name="g[]" value="重返未來"> 重返未來
<input type="checkbox" name="g[]" value="跑跑卡丁車"> 跑跑卡丁車
<input type="text" name="g" value="緋染天空"> 緋染天空
<input type="text" name="g" value="重返未來"> 重返未來
<input type="text" name="g" value="跑跑卡丁車"> 跑跑卡丁車
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<input type="checkbox" name="g[]" value="緋染天空"> 緋染天空
<input type="checkbox" name="g[]" value="重返未來"> 重返未來
<input type="checkbox" name="g[]" value="跑跑卡丁車"> 跑跑卡丁車
如圖,HTML如上,勾選第3項後按儲存,
則php程式中「跑跑卡丁車」會放在?
$_POST['game'][3]
$_POST['game'][2]
$_POST['game'][1]
$_POST['game'][0]
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?