Ice breaker 2

Ice breaker 2

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Java ArrayLists

Java ArrayLists

10th Grade

11 Qs

HTML

HTML

12th Grade

10 Qs

ka react.js

ka react.js

12th Grade

16 Qs

HTML introduction

HTML introduction

8th - 9th Grade

10 Qs

HTML

HTML

9th - 12th Grade

15 Qs

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

Computer Science Very Hard

Computer Science Very Hard

1st - 12th Grade

10 Qs

Term 6 - Quiz 3

Term 6 - Quiz 3

7th - 9th Grade

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