
WEB DEV

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
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
Similar Resources on Wayground
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
15 questions
PWPB 1

Quiz
•
11th Grade
17 questions
html5

Quiz
•
9th Grade
15 questions
Model blokowy BOXMODEL

Quiz
•
9th Grade
20 questions
Table and Forms M6

Quiz
•
12th Grade
15 questions
HTML & Websites

Quiz
•
12th Grade
12 questions
HTML and CSS

Quiz
•
9th - 10th Grade
20 questions
La sintassi CSS

Quiz
•
9th Grade - Professio...
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade