WEB DEV

WEB DEV

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

HTML CSS & JC

HTML CSS & JC

7th - 11th Grade

17 Qs

MaWD 4.01

MaWD 4.01

KG - University

20 Qs

Advanced CSS

Advanced CSS

9th - 12th Grade

18 Qs

Quiz Web Programming

Quiz Web Programming

10th - 12th Grade

10 Qs

CSS Selector Practice

CSS Selector Practice

10th - 12th Grade

13 Qs

CSS background, border

CSS background, border

11th Grade

10 Qs

HTML

HTML

9th - 12th Grade

20 Qs

HTML, CSS, JavaScript

HTML, CSS, JavaScript

7th - 11th Grade

17 Qs

WEB DEV

WEB DEV

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

KodeKiddo Solo

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa tahap pertama dalam siklus iterasi web development?

Perencanaan

Peluncuran

Pengumpulan Kebutuhan

Desain

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Sebutkan Text Editor yang bisa digunakan untuk membuat file HTML & CSS

VS Code

CodeHS

Notepad

Sublime

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Styling CSS mana yang membuat tag <p> dengan class "alert" yang membuat tulisan menjadi merah?


p.alert {

color: red;

}


p {

.alert {

color:red;

}

.alert p{

color: red;

}


p alert{

color: red;

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana penulisan styling CSS untuk semua tag <a> yang merupakan bagian dari <nav>?

nav a {

...

}

nav > a {

...

}

nav {

a {

...

}

}

.a nav {

...

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah yang merupakan pernyataan yang benar mengenai perbedaan <span> dan <div>

<span> untuk menstyling text, <div> untuk gambar

<span> untuk banyak elemen, <div> untuk single element

<span> untuk menstyling elemen,<div> untuk menautkan website

<span> mengelompokkan elemen dalam satu baris, <div> utuk menstyling elemen dengan baris yang berbeda

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

bagaimana cara menautkan HTML dengan CSS?

<head>

<style href="style.css"></style>

</head>

<html href="home.html">

<head>

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

</head>

applyTo {

href: home.html;

}

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

file apa saja yang digunakan untuk mendevelop website

.css


style

index

.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?