Mastering HTML5 and Web Design

Mastering HTML5 and Web Design

Assessment

Quiz

Created by

Vlamir Dias

Information Technology (IT)

12th Grade

Hard

Student preview

quiz-placeholder

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a new element introduced in HTML5 for embedding media content?

``

`

``

`

`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of the `` element in HTML5?

To create forms

To draw graphics on the web

To display tabular data

To embed audio files

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a semantic HTML5 element?

`

`

``

`

`

``

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which input type in HTML5 is used for selecting a date?

`text`

`date`

`datetime`

`calendar`

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the `localStorage` object in the Web Storage API?

To store data temporarily

To store data permanently

To store data that expires after a session

To store data in cookies

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a feature of responsive web design?

Fixed layouts

Use of `

` for layout

Media queries

Inline styles

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 element is used to define navigation links?

`

`

`

`

`

`

`

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Canvas API, which method is used to draw a rectangle?

`drawRect()`

`fillRect()`

`createRect()`

`makeRect()`

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 element is used to group related options in a drop-down list?

`