Web Mania

Web Mania

University

30 Qs

quiz-placeholder

Similar activities

IWT 2

IWT 2

University

31 Qs

HTML CSS Quiz MERN Stack PACE

HTML CSS Quiz MERN Stack PACE

University

27 Qs

C++ Basics

C++ Basics

University

25 Qs

HTML Basico

HTML Basico

12th Grade - Professional Development

25 Qs

WebTopia Round-1 (set-2)

WebTopia Round-1 (set-2)

University

25 Qs

HTML & CSS

HTML & CSS

University

30 Qs

11132434

11132434

1st Grade - University

30 Qs

HTML -1

HTML -1

University

25 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>