How to print a string on a image (any size) without coding ?
Step-1 :- You just need resolution (width x height) and text to be place on the image
Step-2 :- Just replace your Image resolution with <resolution> and text with
<text> with in below line
https://via.placeholder.com/<resolution>?text=<text>
Example :- https://via.placeholder.com/468×60?text=Visit+Developersmap.com+Now
Step-3 :- After Placing resolution and text, copy and past this link in your browser search bar. the image will be generated and visible to you you can download it easily.
you can use this link in your html by placing this link in the src of a img tag.
example :- <img src=”https://via.placeholder.com/468×60??text=Visit+developersmap.com+Now” />
Note :- This Post is taken from https://placeholder.com/