(SY 2024  - 2025) M2 Term 1 Short Quiz II

(SY 2024 - 2025) M2 Term 1 Short Quiz II

Assessment

Quiz

Created by

Neil Rusia

Computers

8th Grade

36 plays

Medium

Student preview

quiz-placeholder

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the bug in this code?


p {

font-size: 19px;

color: deeppink

}

missing : symbol

missing ; symbol

missing > symbol

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What do you call an html tag that defines the main content of the HTML document that will be directly visible on your web page?

<head></head>

<body></body>

<img>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the bug in this code?


<body>

<p>This is part of the page</p>This is another part of the webpage

</body>

text must be written outside body tag

text is not enclosed inside a tag

text spelling is not correct

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call an html tag that is used as a container for metadata? Metadata is data about the HTML document, such as document title, character set, style sheets, links, and scripts

<head></head>

<body></body>

<img>

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What do you call the text highlighted in orange color?


<img src="cat.jpg" alt="picture of a cat"/>

html tag

html attribute

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does CC - BY license for an image means?

Others may not use this work for advertising or to make money

Others who use this work must give credit to the original author

Users of this work must share any new versions under the exact same license

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the bug in this code?


<head>

<link rel="stylesheet" src="style.css">

</head>

</head>

rel="stylesheet"

src="style.css"

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you call a tag that is used to create an ordered list?

<ul>

<li></li>

</ul>

<ol>

<li></li>

</ol>

<al>

<li></li>

</al>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the bug in this code?


h1 {{

color: dodgerblue;

}}

wrong CSS selector

double trouble

double curly braces

10.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the bug in this code?


<html>

<body>

<p>I like sleeping in the afternoon.</p>

</html>

</body>

closing body is not placed correctly

text has wrong spelling

missing ul tag

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?