What is the difference between ASP and HTML?

Answers were Sorted based on User's Feedback



What is the difference between ASP and HTML?..

Answer / hema

ASP is used to design user-interactive pages or dynamic
pages. whereas HTML is used to design static pages

Is This Answer Correct ?    117 Yes 4 No

What is the difference between ASP and HTML?..

Answer / guest

? 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

Is This Answer Correct ?    76 Yes 25 No

What is the difference between ASP and HTML?..

Answer / shrirang

Asp is dynamic and
HTML is static

Is This Answer Correct ?    39 Yes 0 No

What is the difference between ASP and HTML?..

Answer / vani

> When a browser request an Html file, the server returns
the file.
> When a browser request an asp file, IIS passes request to
the asp engine. the asp engine reads the file, line by
line, and executes the scripts in the file.finally the asp
file returns to the browser as plain Html.

Is This Answer Correct ?    31 Yes 4 No

What is the difference between ASP and HTML?..

Answer / anjali

asp is case sensitive where as html is not case sensitive

Is This Answer Correct ?    31 Yes 7 No

What is the difference between ASP and HTML?..

Answer / manoj

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

Is This Answer Correct ?    19 Yes 3 No

What is the difference between ASP and HTML?..

Answer / darshana

HTML is a client-side language that is developed and
outputted like a "website" by a browser - not a server. It
consists of tags to create elements and objects.

ASP is a server-side language that outputs other languages
(or just pure text) dynamicly - depending on how functions
and queries turn out, how variables are compared to one
another, and etc.

Is This Answer Correct ?    11 Yes 3 No

What is the difference between ASP and HTML?..

Answer / neeti bhadana

ASP is programming language,that is used to perform logic

HTML is markup language.It does not have the ability to
perform logic

Is This Answer Correct ?    3 Yes 3 No

What is the difference between ASP and HTML?..

Answer / periyasamy

asp is scripting language
asp code is complied at run time
asp costs mony

Is This Answer Correct ?    12 Yes 19 No

Post New Answer

More ASP Interview Questions

What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.

1 Answers  


how can we bind the multiplication of two drop down lists?

0 Answers  


What does active server pages look like?

0 Answers  


What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.

1 Answers  


What are LOCAL and GLOBAL variables?

1 Answers  






How are scripts executed?

1 Answers  


Name the control which would you use if you needed to make sure the values in two different controls matched?

0 Answers  


What is the full name of asp in vb net?

0 Answers  


Hii if you not select open item Management in GL Creation. What is the impact in transaction

0 Answers  


What are the tasks performed by <form> tags?

0 Answers  


What is difference between Server.transfer and Response.redirect ?

7 Answers  


what are disadvantages of AJAX controls?

1 Answers   Marlabs,


Categories