Skip to content
3D-LABS
We Are Engineers, Researchers, Designers, Developers and Consultants
Home
Services
Career
Contact
Investors
Home
Services
Career
Contact
Investors
Front-end
Quiz o Clock
What does HTML stand for?
A. Hyper Text Markup Language
B. Highly Typed Markup Language
C. Hyper Transfer Markup Language
D. High-Level Text Management Language
Which of the following is a CSS framework?
A. React.js
B. Bootstrap
C. Node.js
D. Django
What is the purpose of JavaScript in web development?
A. To style webpages
B. To create databases
C. To add interactivity to webpages
D. To structure a webpage
Which of these is NOT a JavaScript framework?
A. Vue.js
B. Angular
C. Laravel
D. React
What is the correct way to link an external CSS file to an HTML document?
A. <css>styles.css</css>
B. <link rel="stylesheet" href="styles.css">
C. <style src="styles.css">
D. <script src="styles.css"></script>
Which of the following is used to make a webpage responsive?
A. CSS Grid
B. Bootstrap
C. Media Queries
D. All of the above
What does `flex-direction: column;` do in CSS Flexbox?
A. Arranges items in a row
B. Arranges items in a vertical column
C. Centers items horizontally
D. Makes items float to the left
Which tag is used to create a clickable button in HTML?
A. <btn>
B. <button>
C. <click>
D. <input type="click">
What is the purpose of the `fetch()` function in JavaScript?
A. To fetch food from the kitchen 🍕
B. To retrieve data from a server
C. To execute a function on page load
D. To validate user input
Which of the following is a JavaScript event listener?
A. `onClick`
B. `addEventListener()`
C. `listenEvent()`
D. `triggerEvent()`
Score card
Done
Close