Cyber Quiz Round 2

Cyber Quiz Round 2

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

UH_TIK_XII

UH_TIK_XII

12th Grade

20 Qs

HTML / CSS

HTML / CSS

11th Grade

20 Qs

CodeHS Advanced HTML/CSS 2022 Quiz Review

CodeHS Advanced HTML/CSS 2022 Quiz Review

9th - 12th Grade

15 Qs

CSS Quiz

CSS Quiz

8th - 10th Grade

23 Qs

CSS Selector Property

CSS Selector Property

9th - 12th Grade

20 Qs

CSS

CSS

12th Grade

15 Qs

Web Design

Web Design

10th - 12th Grade

15 Qs

CSS Intermedio Grado 10

CSS Intermedio Grado 10

10th Grade

18 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?