Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

difference between html and asp?

0 Answers   Polycom,


How do I save an aspx file?

0 Answers  


What is Querystring collection?

1 Answers  


What are the ASP Scripting Objects?

1 Answers  


Define .asp file?

0 Answers  


What purpose is served by the application.lock method?

0 Answers  


Can I use com objects from a .net framework program?

0 Answers  


how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008

0 Answers  


1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)

5 Answers  


How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF

1 Answers   TCS,


difference between POST & GET methods?

1 Answers  


what is the need of a sealed class when we are having a structure

0 Answers   HCL,


Categories