html css js bs

html css js bs

10th Grade

15 Qs

quiz-placeholder

Similar activities

KUIS DENGAN TOPIK MATERI PERTEMUAN 2

KUIS DENGAN TOPIK MATERI PERTEMUAN 2

10th Grade

10 Qs

14.03.2025

14.03.2025

10th Grade

13 Qs

Checkboxes e Campos Somente Leitura

Checkboxes e Campos Somente Leitura

3rd Grade - University

20 Qs

HTML Elements Quiz

HTML Elements Quiz

10th Grade

10 Qs

Quiz sobre HTML

Quiz sobre HTML

10th Grade

14 Qs

Web Development

Web Development

9th - 12th Grade

10 Qs

10 теги HTML

10 теги HTML

10th Grade - University

20 Qs

10 класс

10 класс

10th Grade

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?