Mastering Front End Web Development

Mastering Front End Web Development

12th Grade

15 Qs

quiz-placeholder

Similar activities

Mid Exam

Mid Exam

12th Grade - University

20 Qs

Data Security

Data Security

12th Grade - University

17 Qs

Quiz BÀI 17- các mức ưu tiên của bộ chọn trong CSS

Quiz BÀI 17- các mức ưu tiên của bộ chọn trong CSS

12th Grade

18 Qs

Cyber Security Awreness

Cyber Security Awreness

9th - 12th Grade

15 Qs

Tin 9 Bài 8. Hàm SUMIF

Tin 9 Bài 8. Hàm SUMIF

9th Grade - University

10 Qs

FINALS summative test in TRENDS

FINALS summative test in TRENDS

12th Grade - University

20 Qs

Innovation and Business Concepts

Innovation and Business Concepts

12th Grade

14 Qs

PTS Ganjil Grade XII 2024

PTS Ganjil Grade XII 2024

12th Grade

20 Qs

Mastering Front End Web Development

Mastering Front End Web Development

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Hard

Created by

Vlamir Dias

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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