html css js bs

html css js bs

10th Grade

15 Qs

quiz-placeholder

Similar activities

Asesmen Algoritma Matkul Evaluasi Pembelajaran

Asesmen Algoritma Matkul Evaluasi Pembelajaran

10th Grade

20 Qs

Creative Mind ICT Compettion for Grade 10 adn 11

Creative Mind ICT Compettion for Grade 10 adn 11

10th Grade

10 Qs

Câu lệnh rẽ nhánh

Câu lệnh rẽ nhánh

10th Grade

10 Qs

Ulangan Harian Kelas XI

Ulangan Harian Kelas XI

2nd Grade - University

20 Qs

แบบทดสอบกลางภาค2/2567 (วิทยาการคำนวณ))

แบบทดสอบกลางภาค2/2567 (วิทยาการคำนวณ))

10th Grade

20 Qs

Latihan Soal CSS

Latihan Soal CSS

10th Grade

20 Qs

UAS SMSTR GENAP 2024

UAS SMSTR GENAP 2024

10th Grade

17 Qs

Aplikasi Pengolah Kata Informatika

Aplikasi Pengolah Kata Informatika

10th Grade

10 Qs

html css js bs

html css js bs

Assessment

Quiz

Information Technology (IT)

10th Grade

Practice Problem

Medium

Created by

Angen Kipas

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?