html css js bs

html css js bs

10th Grade

15 Qs

quiz-placeholder

Similar activities

PENGAYAAN ULANGAN HARIAN PYTHOON

PENGAYAAN ULANGAN HARIAN PYTHOON

10th Grade

20 Qs

Benar atau Salah?

Benar atau Salah?

10th Grade

10 Qs

Dasar C++

Dasar C++

10th Grade

10 Qs

مراجعة الوحدة 1+3

مراجعة الوحدة 1+3

9th - 12th Grade

20 Qs

Робота з Web-браузерами

Робота з Web-браузерами

10th Grade

18 Qs

css testlar

css testlar

10th Grade

20 Qs

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

10th Grade - University

13 Qs

Quiz Pemrograman Arduino

Quiz Pemrograman Arduino

10th Grade - University

15 Qs

html css js bs

html css js bs

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

Angen Kipas

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

const products = [

{ name: 'Laptop X200', price: 'Rp5.000.000', desc: 'Laptop ringan untuk kerja harian.' },

{ name: 'Headset BassMax', price: 'Rp350.000', desc: 'Headset dengan kualitas suara bass kuat.' }

];

Untuk mengakses desc produk ke dua "Headset dengan kualitas suara bass kuat." adalah...

products[1].description

products[2].desc

products.desc[1]

products[1].desc

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi atribut alt pada tag <img>?

Menyediakan teks alternatif jika gambar gagal dimuat

Menambahkan border pada gambar

Menampilkan caption di bawah gambar

Mengatur ukuran gambar

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari struktur HTML berikut yang benar?

<head>

<html>

<body>

<html>

<head></head>

<body></body>

</html>

<html>

<body>

<head></head></body>

</html>

<html>

<body><body</body>

</html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tag untuk membuat daftar tidak berurutan adalah...

<ol>

<ul>

<li>

<dl>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Properti CSS untuk mengubah warna teks adalah...

background-color

color

font-style

text-align

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah cara menambahkan CSS langsung di HTML (inline CSS)?

<p style="color: red;">Teks</p>

<style>p { color: red; }</style>

body { background: red; }

<css>p { color: red }</css>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari kode ini jika diterapkan?

p {

font-size: 16px;

font-weight: bold;

}

Teks paragraf berukuran 16px dan tebal

Teks menjadi italic

Teks menjadi kecil dan rata kanan

Teks berubah warna

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?