What is the difference between ASP and HTML?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / anjali
asp is case sensitive where as html is not case sensitive
| Is This Answer Correct ? | 31 Yes | 7 No |
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 |
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 |
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 |
Answer / periyasamy
asp is scripting language
asp code is complied at run time
asp costs mony
| Is This Answer Correct ? | 12 Yes | 19 No |
What is the difference between the value-type variables and reference-type variables
hello dear this quadir saif and im doing bca .i want hotel management project in asp.net (with backend sql).on my id (quadir2011@rediffmail.com)
What is the work of asp?
How to delete an existing cookie?
Where we get good training and LABS facility In C#.net courses in Hyderabad, I completed the classes in Peers even though im sure in good practice to get right position in jobs please help me who no well in this field?
How do you administer security for my machine for an enterprise?
Define a "virtual directory"?
Define server object?
What are private assemblies?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
What is ServerVariables collection?
Name and explain about the Objects in ASP?