w03-HTML語言-3-表單

w03-HTML語言-3-表單

11th Grade

10 Qs

quiz-placeholder

Similar activities

Introduction to HTML (ปวช.1)

Introduction to HTML (ปวช.1)

10th - 12th Grade

15 Qs

Desain Media Interaktif

Desain Media Interaktif

11th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

HTML5-FORMS

HTML5-FORMS

11th - 12th Grade

15 Qs

Тест. Урок 25. Використання форм

Тест. Урок 25. Використання форм

10th - 11th Grade

15 Qs

Formulir

Formulir

11th Grade

10 Qs

HTML Forms - What do you remember?

HTML Forms - What do you remember?

10th - 12th Grade

9 Qs

w03-HTML語言-3-表單

w03-HTML語言-3-表單

Assessment

Quiz

Computers

11th Grade

Medium

Created by

邱建誌 邱建誌

Used 10+ times

FREE Resource

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

Media Image

可讓人輸入文字的單行文字方塊的指令是?

<input type="single">

<input type="text">

<input type="radio">

<textarea></textarea>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

可讓人輸入文字的多行文字方塊的指令是?

<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

Media Image

要能出現如圖可多選的效果,請問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

Media Image

<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]

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?