CSS QUIZ 01

CSS QUIZ 01

University

7 Qs

quiz-placeholder

Similar activities

Quis CSS W3Schools

Quis CSS W3Schools

University

10 Qs

Workshop INFORMATIONALL

Workshop INFORMATIONALL

University

10 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

7th Grade - University

10 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

Intro to CSS

Intro to CSS

7th Grade - University

10 Qs

Web

Web

10th Grade - Professional Development

10 Qs

Css

Css

University

10 Qs

CSS QUIZ 01

CSS QUIZ 01

Assessment

Quiz

Computers

University

Hard

Created by

Sus Wilwatikta

Used 10+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Apa kepanjangan dari CSS ?

Cascading Sheet Storage

Caption Style Sheet

Cascading Style Sheet

Cascading Sheet Stylus

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Mana yang bukan metode penulisan CSS ?

<b style="color:blue">

<p text="color:red;">

<style type="text/css">

h1 { color:red }

</style>

<link rel="stylesheet" type="text/css" href="namafile.css"/>

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

script CSS untuk "teks tebal miring dan kuning" adalah ...

<b style="color:red">teks tebal miring dan kuning</b>

<b style="color:yellow"><i>teks tebal miring dan kuning</i></b>

<i style="color:yellow">teks tebal miring dan kuning</i>

<b style="color:red"><i>teks tebal miring dan kuning</i></b>

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Memanggil file css dalam html dengan tag link yang diletakkan dalam tag ....?

body

head

p

b

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Style apa yang tidak didefinisikan oleh CSS ?

Jenis teks

lebar teks

Warna teks

Ukuran teks

6.

FILL IN THE BLANK QUESTION

1 min • 5 pts

<table><tr><td style="color: ........... ; ........... :arial;">Warna cell hijau tulisan arial</td><tr></table>

7.

DRAW QUESTION

3 mins • 5 pts

Tuliskan Script untuk menampilkan paragraf teks tebal berwarna biru, jenis font Arial

Media Image