Match List-I with List-II. List-I a) Front-end framework b) Front-end asset c)…
2023
Match List-I with List-II.
List-I
a) Front-end framework
b) Front-end asset
c) Front-end boilerplate
d) JavaScript library
List-II
i) React JS
ii) Tailwind CSS
iii) Font Awesome
iv) Reset CSS
- A.
a-ii, b-iii, c-iv, d-i
- B.
a-ii, b-i, c-iv, d-iii
- C.
a-i, b-ii, c-iv, d-iii
- D.
a-iii, b-i, c-iv, d-ii
Attempted by 86 students.
Show answer & explanation
Correct answer: A
Classify each item by its usual web-development role: Tailwind CSS is a front-end CSS framework, Font Awesome provides icons and visual assets, Reset CSS acts as a boilerplate/reset stylesheet, and React JS is a JavaScript library. Therefore, the correct matching is a-ii, b-iii, c-iv, d-i.