Quiz CSS Dasar

Quiz CSS Dasar

University

10 Qs

quiz-placeholder

Similar activities

Intro to CSS

Intro to CSS

7th Grade - University

10 Qs

เว็บสวยด้วย CSS

เว็บสวยด้วย CSS

University

10 Qs

Aprendiendo HTML y CSS

Aprendiendo HTML y CSS

3rd Grade - University

10 Qs

Css

Css

University

10 Qs

Quis CSS W3Schools

Quis CSS W3Schools

University

10 Qs

Master Arabe S2 HTML/CSS

Master Arabe S2 HTML/CSS

University

13 Qs

Ucertify Introduction to Cascade Style Sheet Technology

Ucertify Introduction to Cascade Style Sheet Technology

7th Grade - University

10 Qs

Ciw Introduction to Cascade Style Sheets Technology

Ciw Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

Quiz CSS Dasar

Quiz CSS Dasar

Assessment

Quiz

Computers

University

Hard

Created by

AR Maulana

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

Apa fungsi utama dari CSS dalam pengembangan web?

Mengatur struktur halaman

Mengatur tampilan halaman

Menyimpan data pengguna

Menyisipkan media ke halaman

2.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Tag HTML untuk menyisipkan internal CSS adalah:

<css>

<link>

<script>

<style>

3.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Cara menyisipkan file CSS eksternal adalah dengan tag:

<script>

<style>

<link>

<meta>

4.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Manakah contoh selector CSS yang benar untuk memilih semua paragraf?

#p

.p

p {}

<p>

5.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Untuk membuat desain responsif, kita dapat menggunakan:

Flexbox dan grid

JavaScript

Inline CSS

SVG

6.

MULTIPLE CHOICE QUESTION

45 sec • 3 pts

Jika kita ingin mengatur semua elemen dengan class .box untuk memiliki tinggi 200px dan lebar 200px, kita menulis:

#box { height: 200px; width: 200px; }

.box { height: 200px; width: 200px; }

{ height: 200px; width: 200px; }

box. { height: 200px; width: 200px; }

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Manakah dari berikut ini merupakan cara menyisipkan CSS secara eksternal?

<style src="style.css">

<link rel="stylesheet" href="style.css">

<script src="style.css"></script>

@import 'style.css' di dalam HTML

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?