wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Development

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is an icon library?

a)

A collection of video clips used in web design

b)

A software used to build mobile applications

c)

A collection of ready-made icons used in web and app development

d)

A book that explains how to draw icons

2.

Which of the following is an example of an icon library used in class?

a)

Google Fonts

b)

Font Awesome

c)

Bootstrap Grid

d)

Visual Studio Code

3.

Tailwind CSS color values usually range from what to what?

a)

10 to 100

b)

100 to 1000

c)

50 to 950

d)

0 to 255

4.

What does the Tailwind class bg-red-500 do?

a)

Sets the text color to red

b)

Sets the background color to a shade of red

c)

Applies a red border to the element

d)

Changes the hover color to red

5.

What does the Tailwind class text-red-500 do?

a)

Sets the background color to red

b)

Adds a red shadow to the text

c)

Sets the text color to a shade of red

d)

Underlines the red text

6.

What does the HTML structure of an icon typically look like?

a)

<div class="icon"></div>

b)

<icon class=""></icon>

c)

<img src="icon.png" />

d)

<i class=""></i>

7.

What are CSS libraries?

a)

Books that teach how to write CSS code

b)

Pre-written sets of CSS code used to style web pages easily

c)

Apps used for testing website speed

d)

Collections of HTML templates

8.

Which of the following is an example of a CSS library?

a)

React

b)

Tailwind CSS

c)

Python

d)

MongoDB

9.

Which of the following is a difference between font libraries and icon libraries?

a)

Font libraries are used for animations, while icon libraries are used for images

b)

Font libraries provide text styles, while icon libraries provide visual symbols

c)

Font libraries are for backend development, icon libraries are for frontend

d)

Font libraries are written in JavaScript, icon libraries in Python

10.

Which of the following is an example of a popularly used font library?

a)

Font Awesome

b)

Bootstrap

c)

Google Fonts

d)

Tailwind CSS

11.

Google Fonts is both a font library and an icon library?

a)
True
b)
False
12.

The abbreviation CLI stands for:

a)

Command Line Internet

b)

Code Logic Interface

c)

Command Line Interface

d)

Centralized Login Interface

13.

Which of the following is the best way to install Tailwind CSS for a development project?

a)

By copying code from random blogs

b)

By using the documentation via the official website

c)

By downloading styles from social media

d)

By typing Tailwind classes manually without setup

14.

When installing Tailwind CSS via CLI, which of the following must be installed first?

a)

Python

b)

MongoDB

c)

Node.js

d)

Google Chrome

15.

In class, some of your classmates couldn’t install Tailwind via CLI. What alternative method was used for them?

a)

They installed it using Python

b)

They downloaded Tailwind from GitHub

c)

They used the Tailwind CDN link

d)

They skipped using Tailwind entirely

16.

How do you make use of your own custom styles in CSS?

a)

By using only inline styles

b)

By copying styles from Tailwind

c)

By defining them in your traditional CSS file

d)

By editing the browser settings

17.

Because the official Font Awesome site required a premium plan for some features, what alternative method did we use to install the icon library in class?

a)

By downloading the icons manually

b)

By using a USB transfer

c)

By installing it with Python

d)

By using the CDN link

18.

What does the Tailwind CSS class border-b do?

a)

Adds a border to the top of an element

b)

Adds a border to all sides of an element

c)

Adds a border to the bottom of an element

d)

Removes all borders from the element

19.

When using the CLI method in Tailwind CSS, what must you do before updates can reflect on your project?

a)

Refresh the browser

b)

Reinstall Tailwind

c)

Compile your code

d)

Delete the old styles

20.

In Tailwind CSS, which class is used to center content horizontally in a flex container?

a)

items-center

b)

center

c)

text-center

d)

justify-center