Desain Web CSS

Desain Web CSS

University

20 Qs

quiz-placeholder

Similar activities

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

CSS3

CSS3

University

20 Qs

Web Page Design and Development

Web Page Design and Development

University

20 Qs

Css-BoxModel

Css-BoxModel

University

25 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

Web Entwicklung

Web Entwicklung

10th Grade - Professional Development

15 Qs

HTML Basics_EEBA

HTML Basics_EEBA

8th Grade - University

21 Qs

Recap on HTML and CSS

Recap on HTML and CSS

University

16 Qs

Desain Web CSS

Desain Web CSS

Assessment

Quiz

Computers

University

Medium

Created by

irsan apple

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jika Anda ingin memiliki lebih dari satu properti untuk CSS selektor, karakter apa yang memisahkannya?

comma (,)

semi-colon (;)

colon (:)

dash (-)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pilih lokasi yang benar di dalam dokumen HTML untuk memasukkan kode agar dapat ditautkan ke CSS eksternal Anda?

Di dalam bagian <head>

Di dalam bagian <body>

Di bagian paling akhir dokumen

Di awal dokumen

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Sintaks CSS manakah yang benar?

{ body; color=red;}

body: color= red

body {color:red;}

(body color is red) 

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Pilih kode di bawah ini yang menggunakan CSS untuk mengonfigurasi warna latar belakang #000000 pada halaman web

body { background-color: #000000; }

body { bgcolor: #000000; }

document { background­-page: #000000; }

Semua salah

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Manakah cara yang benar untuk memformat Font untuk sebuah paragraf?

p { font-face: Arial; }

p { family-font: Arial; }

p { font-family: Arial; }

p { font: Arial; }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Simbol apa yang mengelilingi properti untuk setiap CSS selektor?

< >

[ ]

{ }

( )

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Kode CSS mana yang salah?

a {color: blue;}

p {font-size: 10px;}

body {background-color="red";}

img {width: 100%;}

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?