Mastering Front End Web Development

Mastering Front End Web Development

12th Grade

15 Qs

quiz-placeholder

Similar activities

Web Development

Web Development

9th - 12th Grade

10 Qs

TIN12 BÀI 13

TIN12 BÀI 13

12th Grade

18 Qs

HTML and CSS Unit 1: Structure

HTML and CSS Unit 1: Structure

12th Grade

10 Qs

BÀI 16. ĐỊNH DẠNG KHUNG

BÀI 16. ĐỊNH DẠNG KHUNG

12th Grade

10 Qs

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

Parcial 1 Reparación y Soporte- 5to BACO - I Unidad Forma B

10th Grade - University

13 Qs

JS Quiz

JS Quiz

6th Grade - University

10 Qs

Grundlagen HTML

Grundlagen HTML

12th Grade

20 Qs

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

KUIS DENGAN TOPIK MATERI PERTEMUAN 1

10th Grade - University

10 Qs

Mastering Front End Web Development

Mastering Front End Web Development

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Vlamir Dias

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS properties is used to create a flexible layout using Flexbox?

display: block;

display: flex;

display: grid;

display: inline;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 element is used to define a section that contains navigation links?

<b></b>

<a></a>

<nav></nav>

<section></section>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the CSS property `flex-direction` in a Flexbox layout?

To define the space between flex items

To set the direction of the flex items

To align items vertically

To wrap items onto multiple lines

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following not is a semantic HTML5 element?

<div></div>

<section></section>

<aside></aside>

<footer></footer>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In responsive web design, what does the term "media query" refer to?

A CSS property for setting font size

A JavaScript function for handling events

A CSS technique for applying styles based on device characteristics

An HTML attribute for embedding media files

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to create a grid container in the CSS Grid System?

display: block;

display: flex;

display: grid;

display: inline-block;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can JavaScript be integrated into an HTML document?

Using the