Group 5 - Icebreaker

Group 5 - Icebreaker

University

20 Qs

quiz-placeholder

Similar activities

Basic HTML

Basic HTML

University

20 Qs

11-р анги

11-р анги

11th Grade - University

20 Qs

HTML CSS F10 G10

HTML CSS F10 G10

10th Grade - University

20 Qs

Revisão - Dev Web

Revisão - Dev Web

University

18 Qs

Css test1

Css test1

2nd Grade - University

20 Qs

Tin12_Kiểm tra thường xuyên sô1

Tin12_Kiểm tra thường xuyên sô1

12th Grade - University

15 Qs

UTS Pemrograman Berbasis Web

UTS Pemrograman Berbasis Web

University

15 Qs

Módulo 7 - HTML e CSS

Módulo 7 - HTML e CSS

7th Grade - University

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