CategoryDescriptionExamples
WebThe WWW revolutionized information sharing with documents, images, audio, and video. Social media enhances it further. HTML is key for customization in website development.
Web and WebsiteA webpage is a single document; a website is a collection. Browsers access them via URLs. Example: a news website with multiple sections.
Web ApplicationWeb apps are programs accessed via browsers. They perform tasks using remote servers. Examples include CRM systems.CRM systems
Website DevelopmentWebsites provide information without user modification. They can be single or multi-page, showcasing personal or professional content.
Static WebsiteStatic websites have unchanging content unless updated. They load quickly and are suitable for simple, informational pages.
Dynamic WebsiteDynamic websites change content based on user input. E-commerce sites often use them for customization. Scripts like JavaScript or PHP achieve this.E-commerce sites
Front-End DevelopmentFront-end development creates user interfaces using HTML, CSS, and JavaScript. It focuses on the visible, interactive parts of a website.
Back-End DevelopmentBack-end development handles server-side operations and databases. It processes requests from the front-end and requires programming knowledge.
PlantUML Diagram