Saved Bookmarks
| 1. |
Which one of the following is not used to generate dynamic web pages?(a) PHP(b) ASP.NET(c) JSP(d) CSS |
|
Answer» The correct choice is (d) CSS The best I can explain: CSS alone cannot be used to generate dynamic web pages as it does not provide many event handling functions. It can be used along with JavaScript to generate dynamic web pages which are visually compelling. |
|