answersLogoWhite

0

What is the difference between HTML and aspnet?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

HTML (HyperText Markup Language) is a specification for page layout on a web browser. For example, the text <b>Hi!</b> tells a web browser to show the text Hi! in bold.

ASP.NET is a library used by the programming languages C# and VB.NET to create web pages, by combining HTML and server-side programming that you write to manipulate the HTML in interesting ways.

In short, HTML is the language of the web browser, and ASP.NET is one of many languages used by programmers to generate HTML.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between HTML and aspnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

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


What is the difference between html and dhtml in hindi?

hello


What is the difference between DDR1 and DDR2?

http://dhivacpt.blogspot.com/2007/10/difference-between-ddr1-and-ddr2.html


Difference between aspnet 2.0 and aspnet 3.5?

Asp.net 3.0 have some new feature Like Windows Presentation Foundation,Windows Communication Foundation,Windows Workflow Foundation,Windows Card Space. these feature doesn't have asp.net 2.0 .


How do you insert image using aspnet?

You can add an image object using the asp:Image tag, or just use the html img tag.


What is the difference between client- and dynamic HTML from being used?

Client side HTML can be seen as dynamic HTML but not much effective. Server Side Dynamic HTML is much more effective.


What is the difference between the function of htm and html?

There are no difference between htm and html. Occasionally, people would drop the L since both are accepted. Certain types of computer will find it confusing if one does not include the L at the end.


What is the difference between button and submit button in html?

A diferença é que um envia o comando HTML e o outro não


What is the difference between Atom and RSS feeds?

Only the HTML tags differ Atom Feed is similar to RSS Fees but it differ only in HTML tag


How do you read the dll file within the aspnet program which the dll file is used to pass parameter between aspnet program?

Question need some more clarification


What is web 2.0 HTML?

In truth, there's almost no difference between the HTML used in web 2.0 applications, and the HTML used in all other HTML applications. The difference is mainly in the way that the user interacts with the page, and this is provided mainly by the tighter coupling of JavaScript and backend programming like PHP, as well as the ability to transfer data between both using asynchronous calls (AJAX.)


What is th difference between saving an HTML file and opening an HTML file?

When you save an HTML file, the contents of that file are written on the hard drive. This has the effect of changing the contents of the file. When you read and HTML file, the file remains unchanged on the disk.