Interview Questions

What is the difference between ASP and HTML? Or Why ASP is better than HTML?

ASP Interview Questions and Answers


(Continued from previous question...)

111. What is the difference between ASP and HTML? Or Why ASP is better than HTML?

- ASP executes code on the server side whereas the browser interprets HTML.
- ASP can use any scripting languages
- Gets feedback from the user and return information to the user
- Create pages that will be customized to display only things that will be of interest to a particular user
- Can edit contents of a web page by updating a text file or a database rather than the HTML code itself

(Continued on next question...)

Other Interview Questions