Which of the following is NOT a front-end technology?
a) HTML
b) CSS
c) JavaScript
d) Node.js
Answer:
d) Node.js
Explanation:
Node.js is a server-side runtime environment primarily used for backend development, whereas HTML, CSS, and JavaScript are front-end technologies.