+ 1

how to write text on the images in html

please write the code for texts on images in html

17th Dec 2017, 10:46 AM
shubham Bhavsar
shubham Bhavsar - avatar
5 Answers
+ 4
What do you want exactly
17th Dec 2017, 10:53 AM
Aymen ELARBI
+ 3
do you want to put subscribe when you push unsebscribe
17th Dec 2017, 10:56 AM
Aymen ELARBI
17th Dec 2017, 10:53 AM
CalviŐ˛
CalviŐ˛ - avatar
+ 2
You need to use the "background-image: url ('you image') property;"
17th Dec 2017, 12:15 PM
James16
James16 - avatar
+ 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
23rd Dec 2017, 3:59 AM
Morpheus
Morpheus - avatar