answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are HTML applications statefull or stateless?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is HTML stateless protocol?

HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies.


How are HTML xml and java affecting business applications on the web?

This sounds like some kind of assignment of yours, however, Businesses can control their website in different ways, and make it easier for their clients to use. They also are making the applications on the web faster and easier to access, which outside of the web, it is a slower process. We can now submit resumes and request interviews on the web. HTML, XML, and Java, make the business world easier to communicate with through the convenience of the internet. That is the explanation for "business applications" if that is what you were referring to as applications, if not, then assume that html, xml, and java are the ones that make those applications, which are interpreted by the browser.


What is the reason for use HTML?

On very basic level, HTML is simple and is universal throughout all the browsers/os/devices. With HTML5, you can even write complicated applications for across the platforms access.


What is the special formatting languages used to create webpages?

HTML, the HyperText Markup Language, defines web pages' content; CSS, Cascading Style Sheets, defines the web pages' presentation; and JavaScript, defines interactivity with the user, creating "Rich Internet Applications" (RIA).


Why is HTML not computer programming?

HTML is a language that is used to create websites. You cannot build computer programs/applications through HTML. There are always exceptions. Apple and Google are working with a new version of HTML called HTML 5, which will allow mobile apps to be created with HTML. Based on your question, I assume you do not have much prior programming knowledge. If I am wrong, I am terribly sorry. I love programming and I learned HTML as my first language on this website http://w3schools.com/html/. After HTML, I recommend that you head towards Javascript and then Java. In Java you will actually build computer programs that work with Mac, Windows, and Linux. I wish you the Best of Luck and I can't wait to see what you accomplish! =D -Hope this Helps!

Related questions

Why is a session stateless?

A session is considered stateless because each request from a client is treated as an independent transaction by the server. This means that the server does not retain any information about previous requests from the same client, and each request is handled without any knowledge of past interactions. However, session management techniques can be used to maintain a sense of continuity and statefulness for the user during their session.


What are the applications needed in HTML?

No external applications are needed in HTML. Running HTML needs a browser to see the changes.


What is HTML and how can use in java applications?

HTML is a markup language for the Web. It could be used to create Java applications for the web.


What type of firewall is most secure?

A statefull firewall.


What can turn static into applications such as games or calculators?

html


When was Stateless - Stateless album - created?

Stateless - Stateless album - was created on 2007-07-16.


What can turn static documents into applications such as games or calculators?

html


What is HTML stateless protocol?

HTTP is called a stateless protocol because each command is executed independently, without any knowledge of the commands that came before it. This is the main reason that it is difficult to implement Web sites that react intelligently to user input. This shortcoming of HTTP is being addressed in a number of new technologies, including ActiveX, Java, JavaScript and cookies.


What HTML does and doesn't do?

HTML displays your website. Utilizing AJAX HTML can now be dynamic (pull information from another source I.E. an outside file or website). HTML cannot run database driven applications such as forums, blogs, login scripts etc.


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 does stateless religion mean in Judaism?

the term "stateless religion" is not a concept in Judaism.


What are the advantages and disadvantages of Active Server Pages?

The advantages of Active Server Pages are that they provide a powerful scripting language and it is compatible with HTML. The disadvantages of Active Server Pages are that the coding is complex and the connections are stateless.