GH-900 · Question #75
Which of the following best describes GitHub Pages?
The correct answer is A. Webpages hosted and published through GitHub repositories. GitHub Pages is a static site hosting service that takes files directly from a GitHub repository and publishes them as a website. You can host personal, organization, or project pages directly from a repository. Options B, C, and D describe unrelated GitHub features: B refers…
Question
Which of the following best describes GitHub Pages?
Options
- AWebpages hosted and published through GitHub repositories
- BHandles pagination for API requests
- CHosts long-form documentation about your project
- DCurated guides around how to use GitHub products
How the community answered
(24 responses)- A88% (21)
- B4% (1)
- C8% (2)
Explanation
GitHub Pages is a static site hosting service that takes files directly from a GitHub repository and publishes them as a website. You can host personal, organization, or project pages directly from a repository. Options B, C, and D describe unrelated GitHub features: B refers to API pagination, C could describe GitHub Wikis, and D describes GitHub Docs or Learning Pathways.
Topics
Community Discussion
No community discussion yet for this question.