怎么在html网页显示输入的名字的代码

使用input标签。

<p>文本输入<input?type="text"?name=""></p>

<p>密码输入<input?type="password"?name=""></p>

其他自己百度input属性