+ 1
how i write text on front of my image
3 Answers
+ 1
before the <img> tag use <p> tag and write your text in it
+ 1
There're different ways you can do that. All with css. Text in a <div> or just a <p> then show the image as a background.
Use css absolute positioning to display the text in front of your image.
0
use css