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