I'm currently working on a website and I need some assistance in aligning my images properly. Here's what I have tried:
https://i.sstatic.net/suIVu.png
However, I haven't been able to achieve the desired result with the following code:
<img height="632" width="428" src="img/default.png" class="pull-left">
<div>
<img height="318" width="221" src="img/default.png">
<img height="318" width="221" src="img/default.png">
<img height="318" width="221" src="img/default.png">
<img height="318" width="221" src="img/default.png">
</div> <img height="632" width="428" src="img/default.png" class="pull-right">
As a beginner, any guidance or tips would be greatly appreciated! Thank you for your help. (I am open to using Bootstrap as well)