Web Programming

Quiz
•
Computers
•
12th Grade
•
Hard
yohanes parsaoran
Used 170+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The function of the link to connect between 1 file with other file in web pages. What is the correct HTML for creating a hyperlink in .html format?
<a url="http://www.w3schools.com">W3Schools.com</a>
<a name="http://www.w3schools.com">W3Schools.com</a>
<a href="http://www.w3schools.com">W3Schools</a>
<href a>http://www.w3schools.com</a>
<a href=http://www.w3schools.com>W3Schools</a>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In css format, we can give a color consisting of a combination of red, green and blue. If we want to give white, then the correct writing (correct declaration) of value rgb in the program code is ..
rgb (0,0,0)
rgb (255;255;255)
rgb (“0”,”0”,”0”)
rgb (255,255,255)
rgb (255,0,255)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Look at the code
p {color : “red”};
.p {color : red};
#p {color : red};
<p> {color : red};
p {color : red};
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
No. 4
para1 {color : “yellow”};
.para1{color : yellow}
#para1{color : yellow }
#para-1{color : “yellow” }
#para1{color = yellow }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct code to change the color of element with the class “colortext” to green and change the text to uppercase and also align center?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Each element on HTML has type of displays that can set the layout of a content in a webpage. What kind of display is that supposed to be?
Setiap element pada HTML mempunyai tipe display masing-masing yang dapat mengatur tata letak suatu konten dalam halaman web. Display yang dimaksud adalah...
Internal, inline, external
Padding, margin, border
Text-align, text decoration, text-transform
Inline, block , inline-block
Font-size, font-family, font-weight
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
No.7
Semua elemen image akan tampil mengambang ke kiri. <image class=”gambar” src=”images/gambar.jpg”/></p>
Pengaturan style di atas tidak akan berlaku pada elemen paragraf tertentu. <p><rel id=”gambar” src=”images/gambar.jpg”/></p>
Elemen gambar yang ada pada file .html akan memiliki ukuran width = 50px dan height = 25px. <p><image class=”gambar” src=”images/gambar.jpg”> gambar </image></p>
Class gambar di dalam semua elemen paragraf akan diatur dengan style di atas. <p><img class=”gambar” src=”images/gambar.jpg”/></p>
Semua elemen image akan tampil mengambang ke kanan. <image class=”gambar” src=”images/gambar.jpg”/></p>
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
HTML, CSS & JS

Quiz
•
11th - 12th Grade
18 questions
HTML & CSS

Quiz
•
9th - 12th Grade
20 questions
HTML and CSS Quiz

Quiz
•
10th Grade - University
20 questions
Web 101 Assessment

Quiz
•
9th - 12th Grade
20 questions
HTML (Začetek ...)

Quiz
•
9th Grade - University
20 questions
็็HTML ข้อสอบกลางภาค

Quiz
•
12th Grade
15 questions
HTML CSS

Quiz
•
10th - 12th Grade
20 questions
HTML Tags Quiz

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade