Group 5 - Icebreaker

Group 5 - Icebreaker

University

20 Qs

quiz-placeholder

Similar activities

Quizizz SIOTICS #2

Quizizz SIOTICS #2

10th Grade - University

20 Qs

Revisão - Dev Web

Revisão - Dev Web

University

18 Qs

dasar_html

dasar_html

10th Grade - University

20 Qs

Quizziz Vue.js

Quizziz Vue.js

University

18 Qs

CMDP2063 Unix and C Programming

CMDP2063 Unix and C Programming

University

15 Qs

HTML Sınavı

HTML Sınavı

University

18 Qs

WebTech

WebTech

University

20 Qs

tess

tess

University

15 Qs

Group 5 - Icebreaker

Group 5 - Icebreaker

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Arjay Yulip

Used 5+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?