Php code on span | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Php code on span

$msg=“span style=‘color:red’>username or password is incorrect</span>”; How can I display this at the bottom. I used text align but it still displayed at the top of my website.

10th Mar 2019, 4:34 PM
Paveetra
Paveetra - avatar
1 Answer
+ 2
//Yes you can do it using css position properties $msg= "<span style='position:absolute;bottom:0;'>username or password is incorrect</span>"
10th Mar 2019, 7:06 PM
Sudarshan Rai
Sudarshan Rai - avatar