A collection of web pages accessible via the internet that contains information, images, videos, or other content. Like a digital brochure or magazine that anyone can visit.
Amazon's website allows customers to browse products, read reviews, and make purchases online.
A website is typically hosted using static site hosting (HTML/CSS/JS) or a web app platform for dynamic content. AWS Amplify Hosting, Azure Static Web Apps, and Firebase Hosting focus on deploying and serving web front ends (often with CI/CD). OCI can host static websites directly from Object Storage; dynamic sites on any provider commonly use compute (e.g., VMs/containers) plus databases.