Newer
Older
hello-programmer-world / src / sample / php / hide_data_output.html
@h.sakamoto h.sakamoto 8 days ago 205 bytes php
<!DOCTYPE html>
<table border="1">
    <tr>
        <th>名前</th>
        <td>もつに</td>
    </tr>
    <tr>
        <th>住所</th>
        <td>神奈川県横浜市・・・</td>
    </tr>
</table>