Ice breaker 2

Ice breaker 2

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

TIN HỌC 10 - BÀI 21

TIN HỌC 10 - BÀI 21

10th Grade

10 Qs

Tin học 2

Tin học 2

11th Grade

12 Qs

Technology in medicine

Technology in medicine

10th Grade

15 Qs

KIỂM TRA TX TIN HỌC 11

KIỂM TRA TX TIN HỌC 11

9th Grade

10 Qs

Fashion Merchandising 1.01

Fashion Merchandising 1.01

9th - 12th Grade

10 Qs

Virtual Memory

Virtual Memory

11th Grade

10 Qs

Bài 25 tin 10

Bài 25 tin 10

9th Grade - University

10 Qs

Ice breaker 2

Ice breaker 2

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

CSS team

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following code is supposed to display an image, but fails to do so. Why?

<img https://www.example.com/laptop.jpg />

The tag can only display .png image formats

The tag should be replaced with an tag.

The image URL should be all uppercase.

The src attribute is missing and must be set equal to the image URL, enclosed in double quotation marks

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Match the missing blank with the proper syntax to create an HTML paragraph element from this text:

<p>CSS Is Fun! __

<#p>

<\p>

</p>

<p\>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would the output of the code below change if <ul> and </ul> were changed to <ol> and </ol>, respectively?

<ul>

<li>Lorem</li>

<li>Ipsum</li>

<li>Horribilis</li>

</ul>

Numbers in the output would change to bullet points

Bullet points in the output would change to numbers

The code would no longer output any visible content in the browser.

No changes to the output would occur.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tags would contain the HTML for a web page’s visible content?

<html>

<about>

<head>

<body>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct CSS declaration?

font green

color: green;

"color": green

color = green;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The font-weight property will adjust which of the following?

How small or large text appears.

How transparent text appears.

The spacing between letters.

How thin or thick text appears.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the benefit of using the <label> element?

The <label> element validates the value of the <input> element

The <label> element will autofill the field of the associated <input> element.

Clicking on the <label> element clears the value of the <input> element.

Clicking on the <label> element will focus on the text field of the associated <input> element

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?