html css js bs

html css js bs

10th Grade

15 Qs

quiz-placeholder

Similar activities

SAS Dasar Program Keahlian RPL Kelas X Semester Genap

SAS Dasar Program Keahlian RPL Kelas X Semester Genap

10th Grade

20 Qs

Asesmen Sumatif PHP

Asesmen Sumatif PHP

10th Grade - University

20 Qs

Produktif - B  (CSS)

Produktif - B (CSS)

10th Grade

15 Qs

Fundamentos de HTML e CSS

Fundamentos de HTML e CSS

10th Grade

20 Qs

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

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

10th Grade - University

13 Qs

HTML Level 1

HTML Level 1

8th Grade - University

16 Qs

JS Quiz

JS Quiz

6th Grade - University

10 Qs

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

10th Grade - University

10 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?