Group 5 - Icebreaker

Group 5 - Icebreaker

University

20 Qs

quiz-placeholder

Similar activities

Quizziz Vue.js

Quizziz Vue.js

University

18 Qs

ISP and Data Packets Part 2

ISP and Data Packets Part 2

University

15 Qs

5-кл шифрование

5-кл шифрование

5th Grade - University

17 Qs

dasar_html

dasar_html

10th Grade - University

20 Qs

Ktra thường xuyên Tin 11

Ktra thường xuyên Tin 11

11th Grade - University

20 Qs

Microsoft Excel Review Part 2

Microsoft Excel Review Part 2

8th Grade - University

20 Qs

PBO -  CO

PBO - CO

University

20 Qs

Revisão - Dev Web

Revisão - Dev Web

University

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