How Do I Move A Picture Around?
Erase anything before and after the pictures URL such as ![IMG_1924.JPG] and the ‘( )‘ at the beginning and the end of the URL.
Place <p> <center>
in front of the picture URL:
<p><center>https://
Place at the end of the picture URL:
.jpg </center></p>
If you’re looking to move the picture to the right or left, just replace center with right or left!
Text Formatting
Breaks
Do you find your paragraphs are too close to each other or that your pictures are touching each other? Here’s an easy fix! Add <br>
to create a break between your pictures and paragraphs.
Headers
Looking to make your header stand out? There are 6 levels to know for your headers from 1 being the largest to 6 being the smallest font.
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
Text
Bold text:
** Strong **
Italic text:
* Emphasis*
Bold and Italic
***Boldanditalic***
Put a line through your text:
~~ Strikethrough ~~
List item:
1. List item
2. List item
Block Quote:
>Block quote
>> Nested block quote
Links:
[Link](http://example.com)
Inline Code Block:
inline code block
The ` is located next to your number 1 on your keyboard. Put it before and after the text.
Single line comment
// Single line comment
/*
Multi line comment
*/
Have Fun With This!
Don’t forget to have fun with this! Play around with all the markdowns to fully understand them. This is supposed to be a learning experience and an opportunity to learn.
Until Next Time
~ Alisar