首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

如何单独设定php接受的值的字体颜色

2013-03-27 
怎么单独设定php接受的值的字体颜色?You have chosen ?php print $s? small one(s), ?php print $m

怎么单独设定php接受的值的字体颜色?

You have chosen <?php print "$s";?> small one(s), <?php print "$m";?> medium one(s), <?php print "$l";?> large one(s), <?php print "$xl";?> one(s). Toal price is £<?php print "$TP";?>

想用红色字体突显出关键信息(php传递过来的),如何实现呢?
谢谢~
[解决办法]
在html里吗?
用<label style="color:red;">print</label>
就得了

热点排行