+ 1
how to write text on the images in html
please write the code for texts on images in html
5 Answers
+ 4
What do you want exactly
+ 3
do you want to put subscribe when you push unsebscribe
+ 2
You need to use the "background-image: url ('you image') property;"
+ 2
its a good question, always remember this , whenever you wanna overlay something over any element, then just do these
1. make container elements position: relative
2. make overlay elements position: absolute
3. use top, bottom, left, right to move ur overlay element over the container element , or in ur case moving text over image
4. and last don't forget to add z-index to appear at top