为什么没有图标显示

来源:6-3 给点提示呗 - placeholder属性的使用

慕沐3187375

2021-03-24 21:09

<!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>


写回答 关注

2回答

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

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

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

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

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1222995 学习 · 18212 问题

查看课程

相似问题