answersLogoWhite

0

Difference between ASP and HTML

Updated: 8/9/2023
User Avatar

Wiki User

11y ago

Best Answer

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.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

ASP is a programming language developed by Microsoft. It used to create high-end web applications (like the shopping cart system on Dell.com). ASP is short of Active Server Page - it is different from HTML because, unlike common views, HTML is NOT a programming language. It is markup code. Similar to Microsoft Word, markup is used to give definition and style to elements.

The main difference between the two is that HTML creates static objects, where ASP communicates to the server (the place where the website is hosted), and then back to the client's browser. So.. HTML: Static, ASP: Dynamic.

- Caleb

Convina Web Design and Hosting

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

ASP is a server-side language that is used to perform logic. It's a programming language, with all the normal structures for logic and reusable code that a modern language has.

HTML is a markup language. It does not have the ability to perform logic. It relies on the server-side languages (like ASP) to put it together properly. All it does is make the page look right. Any logic is passed off to PHP, ASP, Java, or JavaScript.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

JavaScript is a very lightweight language that can be integrated into HTM/HTML pages. ASP on the other hand is much more powerful, but requires that the website in question must be able to run it.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between ASP and HTML
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you create forms using ASP and HTML?

You can use a WYSIWYG html editor to drag and drop html form controls and program their function. An html editor such as Microsoft Front Page or Adobe DreamWeaver can do these tasks.


Do you have to use HTML programming with asp hosting?

No, HTML programming is used for HTML websites that stay the same. ASP hosting allows for dynamic websites that change the way the viewer experiences them--and it uses a different type of programming. ==== Here is an example of what I mean... ASP page, called: hw.asp; contains the following code: <% Response.Write("<p>Hello, world</p>") %> NOTE: ASP/Active Server Pages code is surrounded by a open and close pair of: <%...ASP code goes inside here...%> Now, when the user types into their browser the URL for that page... http://www.somewebaddress.com/hw.asp ...the web server computer will execute the ASP code on the server itself; then, return back to the client browser the resulting HTML codes...; so, this is what the user will see inside of their browser whenever they chose: View Source... <p>Hello, world</p> NOTE: They do NOT get to see the ASP code: <%...%> inside of their web browser at all. This means that because ASP code is executed entirely server side; thus, it really doesn't matter what platform calls the page...Linux/Max/Windows...none of these platforms will need to understand ASP code...instead, they only need to understand HTML which is being returned back to their web browser software that called the ASP page: (.asp).


Definition of static HTML?

HTML by its very nature is static. If you desire to have a dynamic site, that requires a coding language like PHP, ASP, or other dynamic language. These dynamic languages typically also use HTML to create the structure for a web page.


What is the difference of HTML to the other types of markup language?

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.


Are HTML applications statefull or stateless?

Stateless, by default. HTML's parent protocol, HTTP, is a idempotent, stateless protocol. However, we have means using Javascript, PHP, Perl, Ruby, ASP, etc. to add a state an application. But, using only HTML, it's not possible.

Related questions

Can ASP code be put in HTML?

ASP can't be put 'in' HTML. ASP can be written in files where HTML is written. ASP can also output HTML.


What is the difference between asp and servlet?

ASP is a server side technology which enables a developer to combine both HTML & scripting language in the same page. servlets are server side programs written in java.It is platform independent


Difference between ASP and JSP?

The main difference between ASP and JSP is that JSP is more script like and includes Java, whereas ASP does not. Both of these are server side languages.


What is the difference between ASP.net and ASP?

The main difference between ASP and ASP.Net is that ASP is interpreted whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language. Below some other difference are given. 1. Classic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology. 2. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files. 3. ASP.NET purely object oriented whereas ASP is partially object oriented. 4. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange. I think above details help you a lot. I hosted my website at Asp.net hosting of Mywindowshosting.com.


Regarding lrit What is the difference between the authorised asp and the recognised asp?

An authorised ASP is authorised to test/certify. The recognised ASP is the ASP that provides the Data Centre for that particular Administration.


What is the difference between an ASP and an ISP?

ASP means active server pages and ISP means Internet service provider


Why asp is better than HTML?

ASP is for generating dynamic data driven websites. The data it sends to the user is in the form of HTML. HTML is the markup language which allows your browser to render a webpage into a particular format through the use of CSS. At the end of the day, ASP makes use of HTML to make interactive websites


What is an HTML converter?

An HTML Converter is a program that will take your HTML files and modify them to be able to be used with PHP, Javascript or ASP.


In ASP what is the difference between Error Object and Err Object in detail.?

sorry no answer


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


How does dynamic HTML relate to HTML and CSS?

There is no such thing as Dynamic HTML. However, you can dynamicly display HTML with the use of some dynamic languages - like PHP or ASP.


What is the difference between html and dhtml in hindi?

hello