Batch A Cahoot 10/05/23

Batch A Cahoot 10/05/23

10th Grade

30 Qs

quiz-placeholder

Similar activities

Babylon and Javascript Review

Babylon and Javascript Review

9th - 12th Grade

25 Qs

Computer Science Vocab

Computer Science Vocab

9th - 12th Grade

25 Qs

Unit 10: Web Development Fundamentals

Unit 10: Web Development Fundamentals

9th - 12th Grade

30 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Networking I Chapter 8 Test Review

Networking I Chapter 8 Test Review

9th - 12th Grade

28 Qs

HTML Page Layout & Chatbot GPT

HTML Page Layout & Chatbot GPT

9th - 12th Grade

25 Qs

Web I Final Review

Web I Final Review

9th - 12th Grade

25 Qs

HTML и CSS викторина для 10 класса

HTML и CSS викторина для 10 класса

10th Grade

25 Qs

Batch A Cahoot 10/05/23

Batch A Cahoot 10/05/23

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Matthew Oluwajuwon

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What HTML tag can be used to set the browser's viewport?

Link

Meta

Style

Article

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML for referring to an external stylesheet?

<Link href="style.css" rel="styling" />

<stylesheet>mystyle.css</stylesheet>

<Link

rel="stylesheet"

type="text/css" href="style.css" />

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of value is the null data type?

Non-primitive

String

Empty

Primitive

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What form attribute is responsible for form submission?

action

onFinish

onSubmit

button

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in an HTML document is the correct place to refer to an external style sheet?

In the <head> section

At the end of the document

In the <body> section

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What array method is used to remove the last item in the list?

Array.Filter()

Array.shift()

Array.reduce()

Array.pop()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to reference an external script file

<Script src="script.js"></Script>

<script src="script.js" />

<script src="script.js"></script>

<script href="script.js" />

Not sure

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?