December 2017
Beginner
458 pages
7h 52m
English
Now, we have three columns, so we need an image inside there and then also text underneath the images. Now as far as the images go, you should have those in your project files. So, I have added some black and white images and they're named 1.jpg through 6.jpg as shown here:

Let's go back to our code editor and add the <image> tag. We'll point to each one, so add src and then that's going to go to images/1.jpg. We'll also have a paragraph underneath with some sample text as shown here:
<div class="w3-row"> <div class="w3-col m4 l4"> <img src="images/1.jpg"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> ...Read now
Unlock full access