Quiz CSS Dasar

Quiz CSS Dasar

University

10 Qs

quiz-placeholder

Similar activities

01 HTML/CSS Einführung

01 HTML/CSS Einführung

University

12 Qs

Ucertify Introduction to Cascade Style Sheets Technology

Ucertify Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

CSS Basic Internal and External Styling Questions

CSS Basic Internal and External Styling Questions

7th Grade - University

10 Qs

CSD-Q9

CSD-Q9

9th Grade - University

11 Qs

KNTT 12 BÀI 13

KNTT 12 BÀI 13

12th Grade - University

10 Qs

Знаешь ли ты CSS?

Знаешь ли ты CSS?

University

10 Qs

css

css

University

12 Qs

HTML-CSS

HTML-CSS

9th Grade - University

14 Qs

Quiz CSS Dasar

Quiz CSS Dasar

Assessment

Quiz

Computers

University

Easy

Created by

AR Maulana

Used 1+ times

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?