JSB Checkpoint Day 5

JSB Checkpoint Day 5

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

HTML

HTML

9th - 12th Grade

15 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

HTML

HTML

9th Grade

15 Qs

CSS ID vs. Class

CSS ID vs. Class

9th - 12th Grade

15 Qs

HTML & CSS

HTML & CSS

10th - 12th Grade

12 Qs

CSS & Adv HTML

CSS & Adv HTML

9th - 12th Grade

10 Qs

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

Каскадні таблиці стилів

Каскадні таблиці стилів

10th Grade

12 Qs

JSB Checkpoint Day 5

JSB Checkpoint Day 5

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Duc Anh Pham

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để nhúng một trang web khác (font chữ, icon) vào web của mình thì ta dùng thẻ gì trong HTML?
To embed another website (font, icon) into our website, what tag do we use in HTML?

<img />

<iframe />

<link />

<br />

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để cho một phần tử xuống dòng thì ta dùng câu lệnh nào?
To give an element a newline, what command do we use?

<pre />

<br />

<b>

<em>

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Để đưa hai phần tử block ngang hàng với nhau ta dùng display gì cho parent?
To put two block elements on par with each other, what display should we use for the parent element?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Selector nào chọn phần tử paragraph trực tiếp là con của div?
Which selector selects the next paragraph element that is a child of the div element?

div p

div #p

div > p

div * p

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Selector nào để chọn được mọi phần tử <li /> bên trong phần tử <ul/>?
Which selector selects all <li /> elements inside <ul/> elements?

ul li

ul + li

ul ~ li

ul, li

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Làm thế nào để đặt width bằng độ dài ngang màn hình trừ đi 100px?
How to set width equal to screen width minus 100px?

width: calc(100vw - 100px)

width: min(100vw - 100px)

width: max(100vw - 100px)

width: var(100vw - 100px)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đâu là cách viết color trong CSS đúng?
What is the correct way to set color in CSS?

  1. #FF0000

rgb(255, 0, 0)

  1. hsl(0, 100%, 50%)

Cả ba đều đúng

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?