I have found this question in my University Past paper. I know what is enterprise application and i also have a detail knowledge of HTML.. But i could not understand what is the specific purpose of html in enterprise application development. I search this question in different ways from google but no site explain it in any way except the one which is (https://answers.yahoo.com/question/index?qid=20160825012934AAuuG4g) This site says (If the application is web based, it needs HTML to display its GUI.) GUI can alse be displayed using JAVA. I want someone explain me in a better way
Why there is need to use html in enterprise application?
695 Views Asked by Umair Mahmood AtThere are 2 best solutions below

An enterprise application can consist of anything. It's a big business application. The technology used for it can differ wildly, as you pointed out, Java can be used to display the GUI.
Most businesses opt for web-based applications utilizing HTML5 and Bootstrap. It makes mobility less of an issue when someone is out in the field (if that is one of the requirements) and easily maintainable etc.
Or you can have a windows application as your enterprise application, using .NET, Java, whatever to display an interact with your desktop. This means people have to be AT work to DO work because the application is installed on a PC, not compatible with Linux etc.
It's all about what the business needs are. HTML is just a technology that CAN be applied to an enterprise application
Yes, you can use Java API also for Web Based Enterprise, Its upto you which domain is used for creating Enterprise application..