how i write text on front of my image | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

how i write text on front of my image

10th Jun 2016, 3:30 PM
Usman Saeed
Usman Saeed - avatar
3 Antworten
+ 1
before the <img> tag use <p> tag and write your text in it
10th Jun 2016, 4:23 PM
PRADEEP A
PRADEEP A - avatar
+ 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.
10th Jun 2016, 9:48 PM
ZinC
ZinC - avatar
0
use css
29th Jun 2016, 3:36 PM
sagir
sagir - avatar