HTML/JS
CSS
Figma
Web Design
Miscellaneous
100

Which HTML tag is used to create a hyperlink?

What is <a>?

100

Which CSS property changes the background color of an element?

What is background-color?

100

What is Figma used for?

What is designing and prototyping websites and applications?

100

What is the first step in the web design process?

What is brainstorming and defining the website’s purpose?

100

Who is credited with creating the World Wide Web?

Who is Tim Berners-Lee

200

What is the purpose of the <head> section in an HTML document?

What is it contains metadata, links to stylesheets, and scripts?

200

What does display: flex; do in CSS?

What is enables the flexbox layout system for better alignment?

200

What is the difference between a Frame and a Group in Figma?

What is a Frame acts as a structured container, while a Group just groups objects together?

200

What is a wireframe, and why is it important?

What is a rough sketch of a webpage layout used for planning before adding visuals?

200

What is the difference between absolute and relative positioning in CSS?

  • Absolute: Positioned relative to the nearest positioned ancestor.
  • Relative: Positioned relative to its normal position in the document flow.
300

What JavaScript function is used to select an element by its ID?

What is document.getElementById()?

300

What is the difference between vw, vh, and px in CSS?

What is percentage of screen width for vw, percentage of screen height for vh, and how many pixels for px?
300

What feature in Figma allows multiple users to edit the same file in real time?

What is live collaboration? (or the share feature)

300

What is the difference between low-fidelity and high-fidelity wireframes?

What is low-fidelity wireframes are basic sketches, while high-fidelity wireframes are more detailed digital layouts?

300

What does the <meta charset="UTF-8"> tag do in HTML?

What is ensures proper character encoding for special characters?

400

Write the JavaScript code to change the text color of a paragraph with the ID "text" to blue (use hex values).

document.getElementById('text').style.color = 'blue';


400

What CSS property is used to control the space inside an element, between its content and border?

What is padding?

400

What is a component in Figma, and why is it useful?

What is a reusable design element that ensures consistency across a project?

400

Why is responsive design important?

What is it ensures that a website adapts to different screen sizes and devices?

400

Which keyboard shortcut saves a file on most operating systems?

What is Ctrl + S?

500

What does the <script> tag do in HTML?

What is allows JavaScript code to be embedded or linked in an HTML file?

500

Write the CSS code to create a flex container that centers items both vertically and horizontally.

display: flex;

justify-content: center;

align-items: center;


500

What tool allows you to create your own shapes and figures in figma?

What is the pen tool?

500

What are three principles of good UX/UI design?

What are consistency, simplicity, and accessibility?

500

What shortcut reopens the last closed browser tab?

What is Ctrl + Shift + T?

M
e
n
u