Figure 1

This is text1. This is text1. This is text1. TThis is text1. This is text1. This is text1.

Figure 2

This is text2. This is text2. This is text2. This is text2. This is text2. This is text2. This is text2. This is text2. This is text2.

This is text3. This is text3. This is text3. This is text3. This is text3. This is text3. This is text3. This is text3.

Figure 3

<style>
.container{margin:1em auto; width:40%;border:1px solid blue;padding:1em;display:table;}
.left{float: left;}
.clear {clear: both;}
.right {float:right;}
p{display:inline;}
figure{display:inline-table;border:1px solid red;text-align:center;}
img.left{margin-right:0.5em;}
img.right{margin-left:0.5em;}
</style>

<figure class="left" >
	<img src="http://lorempixel.com/output/abstract-q-c-100-60-5.jpg">
	<figcaption>Figure 1</figcaption>
</figure>
<p class="left">This is text1. This is text1. This is text1. 
This is text1. This is text1. This is text1.</p>

<figure class="right">
	<img src="http://lorempixel.com/output/abstract-q-c-100-60-10.jpg">
	<figcaption>Figure 2</figcaption>
</figure>
<p class="left">This is text2. This is text2. This is text2. 
This is text2. This is text2. This is text2. This is text2. This is text2. This is text2. </p>
<p class="clear">This is text3. This is text3. This is text3. 
This is text3. This is text3. This is text3. This is text3. This is text3. </p>

<figure class="left">
	<img src="http://lorempixel.com/output/abstract-q-c-100-60-3.jpg">
	<figcaption>Figure 3</figcaption>
</figure>