Basic Syntax Concepts Review - Fill in the Blank

Basic Syntax Concepts Review - Fill in the Blank

  1. The more number signs I put before a heading, the ____ the font will be.
  2. If I want all my text to be bold AND italic, I need to surround the text in ____.
  3. A _____ is made by adding blank lines between my lines of text.
  4. Adding two asterisks or underscores before and after a word will make it ____.
  5. Adding one asterisk or underscore before and after a word will make it ____.
  6. I need to add a _____ before a paragraph to make it a block quote.
  7. An ordered list is created with ____.
  8. An unordered list is created with ____, ____, or _______.
  9. For a code block, I need to indent ____ spaces or ____ tab.
  10. When a code block is in a list, I need to indent either ____spaces_____ tabs.
  11. To add an image, I need to write an ! followed by ______ in brackets and _______ in parenthesis.
  12. One backtick (`) before and after a word or phrase denote it as code.
  13. To make a horizontal rule, I need to use three or more of what three symbols? _____
  14. Adding ~~ before and after text will make it appear _________.
  15. If I wanted to turn a word into a link, I would put the word in between ____.
  16. To complete the link, I would need to put the URL in between ____.
  17. I can mention a person or team on Github but using the _____ symbol plus their username or team name.
  18. In order to bring up the list of Emojis, I need to type the _____ symbol.
  19. The bracket syntax [^1] after text will create a ______.

Return home