Spaces/Paragraphs
There are different ways to create spaces between things. One thing I must note, whenever you're inputting something in your profile (or a website), if you're typing up something in your about me panel - for instance, like just random things about yourself, the paragraphs you intended to make - wont show up unless you use a code. This isn't like a type-writer, pushing enter or tab won't give you the desired effect. This is where html comes in play.
Spaces
To add more space between text/images, like to make them really far apart - put this code where you want some space. Now, this code will only create one space - kind of how a regular sentence would space their words - but think about how much space it would create if you used multiple ones in a row?
Using A LOT OF SPACE
Add this code anywhere you want an extra space to show up.
Paragraphs
To make paragraphs, just put this code in-between your paragraphs (it can be images too).
Remember: Please put after your paragraph, because it tells the computer that's when the paragraph ends.