Kiến thức về Biểu mẫu HTML

Kiến thức về Biểu mẫu HTML

12th Grade

20 Qs

quiz-placeholder

Similar activities

Midterm 12C SU

Midterm 12C SU

12th Grade

19 Qs

Ôn Tập CSS Cơ Bản

Ôn Tập CSS Cơ Bản

12th Grade

24 Qs

Algebra Diagnostic Test 1/ Examen de Diagnótico para Álgebra

Algebra Diagnostic Test 1/ Examen de Diagnótico para Álgebra

9th - 12th Grade

16 Qs

Basics of programming (C/C++)

Basics of programming (C/C++)

12th Grade

25 Qs

MM - JavaScript

MM - JavaScript

12th Grade

15 Qs

Mentoring Spesialis BKes KC Lubuklinggau

Mentoring Spesialis BKes KC Lubuklinggau

1st Grade - Professional Development

15 Qs

HTML/CSS

HTML/CSS

9th Grade - Professional Development

20 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

15 Qs

Kiến thức về Biểu mẫu HTML

Kiến thức về Biểu mẫu HTML

Assessment

Quiz

Other

12th Grade

Easy

Created by

gia lâm

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thẻ HTML nào sau đây tạo ra một ô nhập dữ liệu văn bản (ô text)?

<input type="textfield">

<input type="text">

<textinput type="text">

<textfield>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thẻ HTML nào sau đây tạo ra một ô nhập dữ liệu với nhiều dòng?

<input type="textarea">

<textarea>

<input type="textbox">

<textbox>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mã HTML nào sau đây được sử dụng để tạo hộp nhập mật khẩu cho phép ẩn kí tự khi nhập?

<input type="text">

<input type="password">

<input type="password" visibility="hidden">

<input type="password" display="none">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phát biểu nào sau đây nêu đúng mục đích sử dụng biểu mẫu trong HTML?

Hiển thị dữ liệu dưới dạng bảng.

Thu thập và gửi dữ liệu từ người dùng đến máy chủ của trang web.

Tạo các phần tử trình bày như tiêu đề, đoạn văn.

Định dạng và trình bày nội dung trang web.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Một giáo viên tạo biểu mẫu bằng HTML cho phép học sinh đăng kí thi học sinh giỏi, mỗi học sinh chỉ được chọn một môn thi duy nhất trong ba môn Toán học, Tin học và Ngoại ngữ. Phương án nào sau đây phù hợp nhất để thực hiện việc này?

<input type="checkbox" name="monthi" value="toan">Toán học<br> <input type="checkbox" name="monthi" value="tin">Tin học<br> <input type="checkbox" name="monthi" value="nn">Ngoại ngữ<br>

<input type="radio" name="Toan" value="toan"> Toán học<br> <input type="radio" name="Tinhoc" value="tin"> Tin học<br> <input type="radio" name="Toan" value="nn">Ngoại ngữ<br>

<input type="radio" name="monthi" value="toan">Toán học<br> <input type="radio" name="monthi" value="tin"> Tin học<br> <input type="radio" name="monthi" value="nn"> Ngoại ngữ<br>

<input type="radio" name="toan"> Toán học<br>

<input type="radio" name="tin"> Tin học<br>

<input type="radio" name="nn"> Ngoại ngữ<br>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đoạn mã HTML nào sau đây phù hợp để tạo một biểu mẫu trong đó có phần tử cho phép người dùng nhập mật khẩu?

<input type="text" name="password">

<input type="password" name="password">

<textarea name="password"></textarea>

<select name="password"></select>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Thành phần nào sau đây không phải là phần tử trong biểu mẫu HTML?

<input>

<textarea>

<header>

<select>

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?