Which scripting executes on the server before the page is sent to the browser?
Which scripting executes on the server before the page is sent to the browser?
Answer: C. Server-side scripting — Correct Answer: C. Server-side scripting / सर्वर-साइड स्क्रिप्टिंग Explanation (English): Server-side scripting runs on the web server before the webpage is…
- A.
HTML
- B.
CSS
- C.
Server-side scripting
- D.
Client-side scripting
Attempted by 77 students.
Show answer & explanation
Correct answer: C
Correct Answer: C. Server-side scripting / सर्वर-साइड स्क्रिप्टिंग
Explanation (English):
Server-side scripting runs on the web server before the webpage is sent to the user's browser. It is used for tasks like database interaction, authentication, and dynamic content generation. Examples include PHP, Python, and Node.js.
Loading lesson…