
cn web
Authored by long tiến
Religious Studies
University
Used 38+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
86 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho đoạn html: <ol> <li>0</li> <li>1</li> </ol> Để chèn thẻ <li>2</li> thành phần tử cuối cùng trong danh sách của thẻ <ol> ta sử dụng câu lệnh nào?
ol.insertAdjacentHTML('afterend', <li>2</li>);
ol.insertAdjacentHTML('beforebegin', <li>2</li>);
ol.insertAdjacentHTML('beforeend', <li>2</li>);
ol.insertAdjacentHTML('afterbegin', <li>2</li>);
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Thẻ nào sau đây được sử dụng để định nghĩa một khái niệm trong HTML?
<pre>
<dfn>
<def>
<concept>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Những thẻ nào có thể được dùng để cho phép người dùng chọn một trong nhiều lựa chọn?
<button type="radio">, <select>, <datalist>
<button type="radio">
<button type="radio">, <select>
<select>
4.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Chọn các phát biểu đúng trong JavaScript về toán tử "==" và "===" là gì?
"==" so sánh giá trị và kiểu dữ liệu
"===" so sánh giá trị nhưng không so sánh kiểu dữ liệu
"==" so sánh giá trị nhưng không so sánh kiểu dữ liệu, cố gắng chuyển đổi kiểu nếu cần thiết
"===" so sánh giá trị và kiểu dữ liệu mà không thực hiện chuyển đổi kiểu tự động
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Định nghĩa CSS nào cho phép lựa chọn thẻ p đầu tiên nằm ngay sau thẻ div?
div ~ p
div p
div > p
div + p
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Một phần tử có các thuộc tính: box-sizing: content-box; width: 20px; padding: 2px; margin: 3px; border: 1px; Hỏi chiều rộng thực của phần tử này là bao nhiêu?
26px
30px
24px
32px
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Kết quả in trên console là gì var x = 5; function double(x) { x = x * 2; } double(x); console.log(x);
5.0
10.0
undefined
NaN
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?