CSS QUIZ 01

CSS QUIZ 01

University

7 Qs

quiz-placeholder

Similar activities

CSS / HTML

CSS / HTML

University

10 Qs

Web Design Unit 1 - 8

Web Design Unit 1 - 8

12th Grade - University

10 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

7th Grade - University

10 Qs

Week 4: Web Design - Quizzizz 2

Week 4: Web Design - Quizzizz 2

University

10 Qs

Quiz 1: HTML & CSS

Quiz 1: HTML & CSS

University

10 Qs

HTML/CSS Scenario Based Questions and Answers

HTML/CSS Scenario Based Questions and Answers

University

10 Qs

BOOLEAN CLUB QUIZ 2

BOOLEAN CLUB QUIZ 2

University

10 Qs

html  and css smart

html and css smart

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