Collaborate with others with Markdown and GitHub Pages Microsoft Quiz Answers

Get Collaborate with others with Markdown and GitHub Pages Microsoft Quiz Answers

Do you want to communicate more effectively with other GitHub users? Are you looking for a free way to promote your GitHub project?

Learn how to use Markdown to effectively communicate with others in your GitHub issues, pull requests, comments, and documentation. Then learn how to build project sites and blog posts to promote your projects with GitHub Pages.

In this learning path, you’ll learn how:

  • Markdown enables you to organize your thoughts through code, images, lists, and tables.
  • GitHub-Flavored Markdown (GFM) enables syntax highlighting for popular programming languages and enables you to link to issues, pull requests, and commits.
  • GitHub Pages helps you create project pages and blog posts that include custom themes.

Prerequisites:

Enroll on Microsoft

Module 2: Communicate effectively on GitHub by using Markdown

Learn to use Markdown to communicate with brevity, clarity, and expression.

Learning objectives:

In this module, you will:

  • Use Markdown to add lists, images, and links in a comment or text file
  • Determine where and how to use Markdown in a GitHub repository
  • Learn about syntax extensions available in GitHub (GitHub-flavored Markdown)

Prerequisites:

  • A GitHub account
  • The ability to navigate and edit files in GitHub

This module is part of these learning paths:

Quiz 1: Knowledge check

Q1. Which of the following Markdown snippets would produce this text: Hello, world!?

  • *Hello, *world*!*
  • **Hello, *world*!**
  • *Hello, **world**!*

Q2. How do you print certain characters, like asterisks (*) and underscores (_), literally on your output?

  • Use three in a row, like *** or ___.
  • Escape them with a backslash, like \* or \_.
  • Unfortunately, this is not supported at this time.

Q3. Suppose there is an HTML snippet that you want to include on your GitHub Pages web site, but Markdown doesn’t offer a way to render it. What should you do?

  • Just add the HTML inline.
  • Cut the content. If it’s not supported in Markdown, then it’s probably not worth including.
  • Open an issue that requests Markdown support for your very specialized scenario.

Module 3: Create and host web sites by using GitHub Pages

Learn how to host your personal, organization, and project sites for free with GitHub Pages.

Learning objectives:

In this module, you will:

  • Enable GitHub Pages
  • Choose a theme with Jekyll
  • Use YAML front matter
  • Customize your site
  • Create and edit blog posts

Prerequisites:

  • A GitHub account
  • The ability to navigate and edit files in GitHub

This module is part of these learning paths:

Quiz 1: Knowledge check

Q1. How do you enable GitHub Pages for your repository?

  • Email GitHub support and ask for your free web site installation kit.
  • Subscribe to GitHub Enterprise and wait for further instructions in email.
  • Select a Source from the GitHub Pages section of the Settings tab of your repository.

Q2. Which of the following cannot be hosted on GitHub Pages?

  • Personal sites, like your resume or portfolio.
  • Dynamic server-side applications.
  • Professional sites, like product pages and marketing campaigns.

Q3. Which of the following would you most likely use to edit the body content of your GitHub Pages site?

  • Markdown
  • Jekyll
  • YAML
Conclusion:

I hope this Collaborate with others with Markdown and GitHub Pages Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.

This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.

Keep Learning!

More Coding Solutions >>

LeetCode Solutions

Hacker Rank Solutions

CodeChef Solutions

Leave a Reply

Your email address will not be published. Required fields are marked *