1-How to use placeholder website to generate photos with the desired size :
- First, let's see why you must use this website :
placeholder website allows you to use pictures in various sizes, You may also choose the text, in order to save time in finding images without having to put an actual image
2-How to use the website :
- All you have to do is write the code for the site, followed by some instructions, we will see them
Image size :
<img src="https://via.placeholder.com/150" alt="">
Determine the height and width :
<img src="https://via.placeholder.com/600x250" alt="">
Colors :
<img src="https://via.placeholder.com/300x250/ffa500" alt="">
To change the text color :
<img src="https://via.placeholder.com/300x250/ffa500/FFF" alt="">
To write text :
<img src="https://via.placeholder.com/300x250/ffa500/FFF?text=mostafa+amine" alt="">