
Web Development Knowledge Check
Quiz
•
Computers
•
12th Grade
•
Hard
Suman cheera
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the
To define the structure of a webpage.
To create an interactive form for user input.
To create a navigation menu.
To display images on a webpage.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a flex container in CSS?
Apply 'position: flex;' to the container element.
Set 'display: flex;' on the container element.
Set 'display: block;' on the container element.
Use 'flex: true;' in the container's CSS.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What command is used to create a new branch in Git?
git checkout -b
git new-branch
git branch
git create
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the Bootstrap grid system and its advantages.
The Bootstrap grid system is a fixed layout that does not adapt to different screen sizes.
The Bootstrap grid system requires JavaScript to function properly and cannot be used with CSS alone.
The Bootstrap grid system is only for mobile devices and does not support desktop layouts.
The Bootstrap grid system provides a flexible and responsive layout structure, allowing for easy organization of content across various screen sizes, enhancing user experience and design consistency.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are semantic elements in HTML? Give examples.
| , |
