Define web apps.
immediate
Answers
Answer:
In computer system, a web application is a client-side and server-side software application in which the client runs or request in a web browser.
Web applications include online forms, shopping carts, word processors, spreadsheets, video and photo editing, file conversion, file scanning, and email programs such as Gmail, Yahoo and AOL. Popular applications include Google Apps and Microsoft 365.
Answer:
web applications are static files that can be understood by a browser and execute it, so for example a browser can only understand html, css and javascript, if u use a framework the framework converts the code into raw html, vanilla javascript and css to make the code executable in a web browser.. so everything u see inside a browser is an web app
:) Thanks for giving me an chance to answer!