Search Header Logo

Group 5 - Icebreaker

Authored by Arjay Yulip

Information Technology (IT)

University

Used 5+ times

Group 5 - Icebreaker
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

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

Already have an account?