.class{backgroundcolor:red;}」即可。"/> .class{backgroundcolor:red;}」即可。">
php不顯示html是因為沒有關閉標籤導致的,其解決方法就是重新寫入完整的html程式碼為「080b747a20f9163200dd0a7d304ba388 .class{backgroundcolor:red; }64b5a251643ff29a1f3958f7fc19d123」即可。
php中的html程式碼無法顯示
問題程式碼如下:
<?php include('conn.php'); ?> <html> <head> <style type="text/css"> .class{ backgroundcolor:red; } </styel> </head> <body> <table class="class"> <tr> <td width=200px>t00</td><td>t01</td><td>t02</td> </tr> <tr> <td>t10</td><td>t11</td><td>t12</td> </tr> </table> </body> </html>
那我改了之後表的背景顏色怎麼顯示不出來啊
#推薦:《PHP教程》
解決方法如下:
這個問題超簡單的
<style type="text/css"> .class{ backgroundcolor:red; } </styel>
沒有關掉標籤,應該是531ac245ce3e4fe3d50054a55f265927,寫錯了。
以上是php不顯示html怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!