Group 5 - Icebreaker

Group 5 - Icebreaker

University

20 Qs

quiz-placeholder

Similar activities

Web Browser

Web Browser

9th Grade - University

20 Qs

Service-Oriented Architecture Quiz

Service-Oriented Architecture Quiz

University

17 Qs

DATA STRUCTUIR Quiz1 (AIML)

DATA STRUCTUIR Quiz1 (AIML)

University

20 Qs

Quiz de Programação em C

Quiz de Programação em C

University

17 Qs

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

11th Grade - University

16 Qs

Kelas 9 - Halaman 23 (UH Bab 1)

Kelas 9 - Halaman 23 (UH Bab 1)

9th Grade - University

20 Qs

Quiz Kelas 7

Quiz Kelas 7

7th Grade - University

15 Qs

Group 5 - Icebreaker

Group 5 - Icebreaker

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Hard

Created by

Arjay Yulip

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which is the correct CSS syntax?

{ body; color=black;}

body: color=black

body {color:black;}

(body color is black)

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does CSS stand for?

Cascading Style Sheet

Colorful Style Sheets

Cascading Style Sheets

Computer Style Sheets

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which property is used to change the background color in CSS?

bgcolor

background-color

color

background

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you select an element with id 'header' in CSS?

#header

.header

header

*header

5.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

How can you make a numbered ordered list?

<dl></dl>

<ul></ul>

<list></list>

<ol></ol>

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which tag is used to create a hyperlink?

<img>

<a>

<link>

<hl>

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the output of this loop?

<?php

$i = 1;

while ($i < 10) {

echo $i." ";

$i+=2;

}

?>

error

0

1 3 5 7 9

2 4 6 8 10

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?