I consider myself a software engineer, yet it took me a while to answer this question well. Lol..What do you think?!
For further actions, you may consider blocking this person and/or reporting abuse
I consider myself a software engineer, yet it took me a while to answer this question well. Lol..What do you think?!
For further actions, you may consider blocking this person and/or reporting abuse
Megan Lee -
talent -
Mona M. Abd El-Rahman -
Hamza Khan -
Top comments (1)
Websites are made up from many different pages.
Basically a website is what a 'traditional' website remainds you of. It's made with some traditional technologies like HTML/CSS/JS and can use Java or PHP on the back-end.
Web application on the other hand is highly interactive. These sorts of applications can install themselves in the browser to provide some additional advanced functionality. For example (Devdocs.io)[devdocs.io/] can run fully offline. They are not built with traditional HTML (usually), instead they use JS to generate their content.
Basically websites behave like traditional websites, while Web applications behave like traditional software you'd install in your system, with the exception that they run in the browser.
Examples: