Cyber Quiz Round 2

Cyber Quiz Round 2

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

HTML5 & CSS3 Refresher

HTML5 & CSS3 Refresher

7th - 12th Grade

21 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

XI C- Quiz - Lesson 10 - 14

XI C- Quiz - Lesson 10 - 14

12th Grade

20 Qs

SDA Chapter 3A Vocabulary

SDA Chapter 3A Vocabulary

6th - 9th Grade

20 Qs

HTML Advanced

HTML Advanced

9th - 12th Grade

15 Qs

Chapter 6 Cascading Style Sheets

Chapter 6 Cascading Style Sheets

9th - 12th Grade

20 Qs

Soal soal pemograman website

Soal soal pemograman website

10th Grade

20 Qs

G10_Quiz_1_2t_2024

G10_Quiz_1_2t_2024

12th Grade

20 Qs

Cyber Quiz Round 2

Cyber Quiz Round 2

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Anjeev Singh

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following elements is used to define the document's metadata in HTML?

<meta>

<head>

<link>

<title>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct HTML5 element for embedding audio files?

<audio src="audio.mp3">

<audio controls>

<sound>

<audio file="audio.mp3">

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In HTML, which attribute is used to specify that an input field must be filled out before submitting the form?

required

validate

must

mandatory

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML attribute is used to define the URL of a linked resource, such as a stylesheet?

src

href

link

rel

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a comment in HTML that spans multiple lines?

<!- This is a comment ->

<!-- This is a comment

            that spans multiple lines -->

/* This is a comment */

// This is a comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct for embedding a responsive YouTube video using HTML5?

<iframe src="https://www.youtube.com/embed/videoID" width="560" height="315" allowfullscreen></iframe>

<video src="https://www.youtube.com/embed/videoID" controls></video>

<iframe src="https://www.youtube.com/videoID" allowfullscreen></iframe>

<object data="https://www.youtube.com/embed/videoID" width="560" height="315"></object>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you include a JavaScript file in an HTML document?

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

<script href="file.js"></script>

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

<link rel="script" href="file.js">

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?