nerdexam
Microsoft

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…

Working with GitHub Repositories

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)
  • A
    88% (21)
  • B
    4% (1)
  • C
    8% (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

#GitHub Pages#Static site hosting#Repositories

Community Discussion

No community discussion yet for this question.

Full GH-900 Practice