Canvas Basics
HTML Elements
CSS Properties
CSS Layouts
MISC
100

Which method is used to create a circular arc on the canvas?

What is arc()

100

This element represents the main content of a webpage.

What is <main>

100

Which CSS property changes the background color of an element?

What is background-color

100

What CSS property should be applied to make a container use Flexbox?

What is display: flex

100

Which hex color code represents the color black?

What is #000000

200

In HTML canvas, this method is used to set the starting point for drawing paths or shapes.

What is moveTo()

200

Which HTML element is typically used to contain navigation links?

What is <nav>

200

This CSS property adjusts the amount of space outside an element.

What is margin

200

Which property aligns flex items along the main axis?

What is justify-content

200

This person is credited with inventing the World Wide Web in 1989, revolutionizing the way we share information online.

Who is Tim Berners-Lee

300

What command must be used to display shapes drawn on the canvas path?

What is stroke() or fill()

300

This element usually contains footer information, like copyright or contact details.

<footer>

300

This property is used to adjust the amount of space inside an element’s border.

What is padding

300

What property is used to control the direction of flex items within a flex container?

What is flex-direction

300

Which CSS rule is used to import fonts from external sources like Google Fonts?

What is @import

400

Which canvas method is required to reset the path so that a new shape doesn’t connect to previous paths?

What is beginPath()

400

Which HTML element is commonly used to group other elements together, especially in layouts?

What is <div>
400

Which CSS property is used to create rounded corners on an element?

What is border-radius

400

Which flex property changes the alignment of items along the cross-axis?

What is align-items

400

To set a custom font on your website, which CSS property would you use after importing the font?

What is font-family

500

What are the main parameters needed to draw a circle with arc()?

What are the x and y coordinates, radius, and start and end angles

500

This HTML element is used to define thematic sections in a webpage, often within the main content.

What is <section>

500

This CSS property allows a parent element to align child elements horizontally or vertically, depending on its direction.

What is display: flex;

500

Which CSS property allows flex items to wrap onto multiple lines if there isn’t enough space in the flex container?

What is flex-wrap

500

Which keyboard shortcut is commonly used to save a document or file on most operating systems?

What is ctrl + s