Web Development Knowledge Check

Web Development Knowledge Check

12th Grade

20 Qs

quiz-placeholder

Similar activities

Bootstrap Unit Review

Bootstrap Unit Review

9th - 12th Grade

15 Qs

Questions M2

Questions M2

1st - 12th Grade

16 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

Alistar - Boostrap

Alistar - Boostrap

12th Grade

15 Qs

HTML CSS BoxFlexboxPseudo

HTML CSS BoxFlexboxPseudo

9th - 12th Grade

20 Qs

Using CSS Layout Properties

Using CSS Layout Properties

9th - 12th Grade

20 Qs

HTML Tables and Layout Using Flexbox and Grid

HTML Tables and Layout Using Flexbox and Grid

9th - 12th Grade

20 Qs

Верстка + Адавптив 2 Часть

Верстка + Адавптив 2 Часть

12th Grade

18 Qs

Web Development Knowledge Check

Web Development Knowledge Check

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Akhil Badugu

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'action' attribute in an HTML form?

The 'action' attribute controls the form's layout.

The 'action' attribute sets the form's title.

The 'action' attribute specifies the URL for form submission.

The 'action' attribute defines the form's method type.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you ensure that a form field is required in HTML?

Use JavaScript to validate the form after submission.

Set the input type to 'hidden' to make it required.

Add the 'optional' attribute to the input element.

Add the 'required' attribute to the input element, e.g., .

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main benefit of using CSS Flexbox for layout?

The main benefit of using CSS Flexbox for layout is its ability to create responsive and flexible layouts that adapt to different screen sizes.

It allows for fixed-width layouts only.

It simplifies the use of CSS Grid.

It requires more code than traditional CSS.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you center a flex item within a flex container?

Apply 'text-align: center;' to the flex container.

Set 'display: block;' on the flex container.

Use 'justify-content: center;' and 'align-items: center;' on the flex container.

Use 'margin: auto;' on the flex item.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to create a new branch in Git?

git branch

git checkout -b

git create

git new-branch

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you merge a branch into the main branch in Git?

Use 'git push main '

Execute 'git checkout ' to switch branches

Use 'git checkout main' followed by 'git merge '.

Run 'git rebase ' on the main branch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Bootstrap class for creating a responsive grid?

container, row, col

grid-container

flex-row

column-layout

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?