What is the purpose of GitHub Pages?
- Static website hosting directly from repositories
- Database hosting
- Email services
- Code storage
Explanation
GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files from a repository and publishes them as a website, ideal for documentation and project pages.