Web Mania

Web Mania

University

30 Qs

quiz-placeholder

Similar activities

01 - 03 Handout Quiz (Review) Web Prog

01 - 03 Handout Quiz (Review) Web Prog

University

30 Qs

HTML & CSS

HTML & CSS

University

30 Qs

HTML/Web basics

HTML/Web basics

5th Grade - Professional Development

30 Qs

HTML -1

HTML -1

University

25 Qs

Electroblitz---Software

Electroblitz---Software

University

25 Qs

QUIZZ pbw

QUIZZ pbw

University

25 Qs

C# & Net fundamental

C# & Net fundamental

University

25 Qs

CODE4KITSW

CODE4KITSW

University

30 Qs

Web Mania

Web Mania

Assessment

Quiz

Other

University

Hard

Created by

RADHIKA PATIL

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML element is used to define navigation links?

<nav>

<navigate>

<menu>

<section>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following elements can be used to create a responsive video in HTML?

<video>

<iframe>

<embed>

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following HTML tags is self-closing?

<iframe>

<img>

<div>

<section>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML attribute is used to define a JavaScript script type?

language

script-type

type

js-type

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to define a viewport meta tag for responsive design?

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="viewport" content="device-width=auto">

<meta viewport="responsive">

<meta name="viewport" content="scale=1">

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 API allows detecting a user's geolocation?

Navigator.geolocation

Browser.location

Window.geo

UserLocationAPI

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to create a progress bar?

<meter>

<progress>

<range>

<status>