Mastering Front End Web Development

Mastering Front End Web Development

12th Grade

15 Qs

quiz-placeholder

Similar activities

Intro to Web Design Quiz

Intro to Web Design Quiz

12th Grade

20 Qs

Soal Ulangan Harian Kejuruan TKJ

Soal Ulangan Harian Kejuruan TKJ

12th Grade

15 Qs

ASAS SAINS KOMPUTER TINGKATAN 2 KOD ARAHAN (3.1.3 i, ii dan iii)

ASAS SAINS KOMPUTER TINGKATAN 2 KOD ARAHAN (3.1.3 i, ii dan iii)

12th Grade

19 Qs

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

Kuis Uji Pemahaman Python Variabel, Sintaks Dasar, Type Data

11th Grade - University

16 Qs

HTML & CSS Quiz

HTML & CSS Quiz

10th Grade - University

19 Qs

8 клас 11 балів

8 клас 11 балів

8th Grade - University

11 Qs

HTML

HTML

12th Grade - University

10 Qs

12_HKII_Lan2

12_HKII_Lan2

12th Grade

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