问答详情
源自:6-3 给点提示呗 - placeholder属性的使用

这两个有区别吗?

    <input type="text" placeholder="请输入用户名">

    <br>

    <input type="password" placeholder="请输入密码">

    <input type="text" placeholder="请输入用户名"/>

    <br>

    <input type="password" placeholder="请输入密码"/>




提问者:噗bang 2021-10-08 19:07

个回答

  • 慕粉1059314
    2022-09-21 19:11:54

    第一种写法是错误的,标签需要闭合<input />    <hr />横线 <br />回车    ,文本框是属于标签

  • 羊帅帅帅帅帅帅帅帅帅
    2021-10-08 19:44:58

    单标签 一般自闭合要加/ 比如<br />