qzptsfn

qzptsfn

12th Grade

25 Qs

quiz-placeholder

Similar activities

CodeHS Unit 5 Test

CodeHS Unit 5 Test

8th - 12th Grade

20 Qs

How the Internet Works & Web Design Intro

How the Internet Works & Web Design Intro

7th - 12th Grade

21 Qs

Вёрстка тест

Вёрстка тест

9th Grade - University

20 Qs

js DOM

js DOM

12th Grade - Professional Development

20 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

UH_TIK_XII

UH_TIK_XII

12th Grade

20 Qs

Latihan html dan css

Latihan html dan css

KG - University

20 Qs

Ulangan Harian 1 CSS PPL 2

Ulangan Harian 1 CSS PPL 2

9th - 12th Grade

20 Qs

qzptsfn

qzptsfn

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Rizky Inzhagi

Used 29+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Berikut ini yang merupakan jenis penempatan CSS dalam HTML, kecuali ...

in line

embedded

linking

head

2.

FILL IN THE BLANK QUESTION

30 sec • 4 pts

Lengkapilah blank code pada Line HTML di bawah ini!

<img src="Gambar.jpg" alt="Sebuah Ilustrasi" ... ="width:200px;">

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

CSS Code untuk menampilkan garis/border table adalah sebagai berikut :

table, th, td {

border: 1px black;

}

Benar

Salah

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Apabila kita memasukkan Style CSS ke dalam Head HTML, maka CSS tersebut masuk ke dalam jenis CSS ...

Embedded

Linking

in line

Head Style

5.

FILL IN THE BLANK QUESTION

1 min • 4 pts

Lengkapilah CSS Code di bawah ini untuk memberikan warna latar/background table!

table, th, td {

border : 1px solid black;

... : aqua;

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Contoh penulisan HTM Code untuk memasukkan CSS in line adalah ...

<p width:50%>

p {

width: 50%

}

<p style="width:50%">

<img style="50px">

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Contoh penulisan HTML Code untuk memasukkan CSS embedded atau linking adalah ...

p {

width: 50%;

}

p {

style: 50%;

}

<p style="width:50%;">

img {

width=50%;

}

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?