为了账号安全,请及时绑定邮箱和手机立即绑定

我这样写为啥不会放在表格里?

<!DOCTYPE html>

<html>


<head>

    <meta charset="UTF-8">

    <title>input-placeholder</title>

</head>


<body>

    <table>    

        <tr>

            <td>

                NAME:

                <input type="text" placeholder="fuck" />

            </td>

        </tr>

        <tr>

            <td>

                PW:

                <input type="password" placeholder="inputyourps" />

            </td>    

        </tr>

    </table>    

</body>


</html>


正在回答

1 回答

已经在表格,表格设置一下边线就看出来了
<table border="1">...</table>

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我这样写为啥不会放在表格里?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信