html css js bs

html css js bs

10th Grade

15 Qs

quiz-placeholder

Similar activities

มัลติมีเดีย 2

มัลติมีเดีย 2

6th Grade - University

10 Qs

FASE E. TIK. Aplikasi pengolah Kata

FASE E. TIK. Aplikasi pengolah Kata

10th Grade

20 Qs

Kuis Tipe Data dan Variabel

Kuis Tipe Data dan Variabel

10th Grade

10 Qs

CSS Image Manipulation Quiz

CSS Image Manipulation Quiz

9th Grade - University

15 Qs

Latsol

Latsol

10th Grade - University

10 Qs

HTML QUIZ

HTML QUIZ

6th Grade - University

13 Qs

Digital Documentation Using LibreOffice Writer-Track Change

Digital Documentation Using LibreOffice Writer-Track Change

10th Grade

15 Qs

Quiz Berpikir Komputasional

Quiz Berpikir Komputasional

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

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?