ok first things first get a image host, think something like imgur, imgbb any free image hosting service will do.
now just do an example lets for example you´re using imgur, in this case you click on the image you uploaded and it should provide with several links like this:
<a href="https://imgur.com/2jidegF"><img src="https://i.imgur.com/2jidegF.png" title="source: imgur.com" /></a>
but you can also manual type it yourself for example I´m picking this link instead: https://i.imgur.com/2jidegF.png
then I star writing <img src="URL"> note that src is short for source, which is the URL which becoming:
<img src="https://i.imgur.com/2jidegF.png">
but wait its still not working you say? See the <> button at the top of your editor? click on it
paste your code there and turn it off again to see the result. And TA-DA you get a cool image on your post like this Frog which was the link I just shared:

Wizard Frog Source