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

为什么没有图标显示

<!DOCTYPE html>

<html>


<head>

    <meta charset="UTF-8">

    <title>input-placeholder</title>

</head>


<body>

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

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

     <intput type="email" placeholder="请输入邮箱">

        

</body>


</html>


提问者:慕沐3187375 2021-03-24 21:09

个回答

  • 柒无忧
    2021-04-07 11:14:22

    输入框标签是input,而且要么<input />结束,要么以<input></input>闭合结束

  • qq_慕村9585092
    2021-03-24 21:21:27

    “<intput>”标签打错了,应该是”<input>“