Multiple choice technology web technology

Which of the below server side languages are used to develop a dynamic website

  1. PHP

  2. JSP

  3. JavaScript

  4. ASP

  5. CSS

  6. HTML

Reveal answer Fill a bubble to check yourself
A,B,D Correct answer
Explanation

PHP, JSP, and ASP are all server-side scripting languages used to generate dynamic web content. JavaScript (C) is primarily a client-side language (though Node.js exists, the question context implies traditional web development). CSS (E) and HTML (F) are client-side presentation technologies, not server-side languages.