Placing 2 or 3 images side by side. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Placing 2 or 3 images side by side.

If been trying to place 3 images side by side with: <div class="img123"> <img src="Image" height="150" width="250" border="1"> <p>Image 1</p> <img class="middel-img" src="Image" height="150" width="250" border="1"> <p>Image 2</p> <img src="Image" height="150" width="250" border="1"> <p>Image 3</p> </div> (i placed Image where a URL should be to make it easear) Am I using the right code or did i use a wrong code. You input is much appreciated!

13th Jan 2017, 3:24 PM
Stan vH (Tacticalhuman)
Stan vH (Tacticalhuman) - avatar
1 Answer
+ 5
Without css those images will be put vertically not horizontally in page…
13th Jan 2017, 3:29 PM
Valen.H. ~
Valen.H. ~ - avatar