w03-HTML語言-3-表單

w03-HTML語言-3-表單

11th Grade

10 Qs

quiz-placeholder

Similar activities

Basic Computer

Basic Computer

8th Grade - University

10 Qs

Berfikir Komputesional

Berfikir Komputesional

9th - 12th Grade

10 Qs

Bài làm việc Access, cấu trúc bảng

Bài làm việc Access, cấu trúc bảng

9th - 12th Grade

10 Qs

HTML Quiz

HTML Quiz

11th Grade - University

15 Qs

Hệ Điều Hành Của Máy Tính

Hệ Điều Hành Của Máy Tính

10th Grade - University

10 Qs

ID Quiz

ID Quiz

11th Grade

10 Qs

Test Your Knowledge of HTML

Test Your Knowledge of HTML

9th - 12th Grade

15 Qs

CHƯƠNG TRÌNH CON BT1

CHƯƠNG TRÌNH CON BT1

10th - 12th Grade

10 Qs

w03-HTML語言-3-表單

w03-HTML語言-3-表單

Assessment

Quiz

Computers

11th Grade

Medium

Created by

邱建誌 邱建誌

Used 10+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?