Mastering Front End Web Development

Mastering Front End Web Development

12th Grade

15 Qs

quiz-placeholder

Similar activities

Tin12_Kiểm tra thường xuyên sô1

Tin12_Kiểm tra thường xuyên sô1

12th Grade - University

15 Qs

Asesmen Formatif Arduino LCD Kelas XII

Asesmen Formatif Arduino LCD Kelas XII

12th Grade

15 Qs

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

11th Grade - University

16 Qs

2TDS - Programação Frontend - Aula 46

2TDS - Programação Frontend - Aula 46

12th Grade

10 Qs

8 клас 11 балів

8 клас 11 балів

8th Grade - University

11 Qs

IT quiz test

IT quiz test

10th Grade - University

13 Qs

HTML & CSS Quiz

HTML & CSS Quiz

10th Grade - University

19 Qs

Quiz sur le langage PHP

Quiz sur le langage PHP

12th Grade

15 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