Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
css/html を使用して、下線や点線などのテキスト装飾を使用して php mysql データを表示またはエコーしたい
<p style="text-decoration:underline;"> <?php echo $text ?> </p>
とにかくcssを使うことができます。これで問題が解決しない場合は、echo を使用するサンプル コードを示してください。