html表单中显示文字,点击文字就没有了。可以输入其他文字

html表单中显示文字,点击文字就没有了。可以输入其他文字,第1张

网页链接

答案转自上面的连接

input中有一个属性 placeholder,设置一下值就可以了,具体代码如下

<input type="text" name="username" placeholder="用户名/邮箱/手机号" />

<input type="text" name="password" placeholder="密码" />

<html xmlns="

">

 <head>

  <meta http-equiv="Content-Type"/>

  <title>表格示例</title>

  </head>

<body>

 <table width="447" border="2" align="center" cellpadding="2" cellspacing="4" bordercolor="#FF0000" bgcolor="#CCFFFF">

  <tr>

   <td width="158" height="40" background="bg.jpg">单元格设置背景</td>

   <td width="175"> </td> 

   <td width="76"> </td>

  </tr>

  <tr>

    <td height="40" align="right" valign="bottom">对其方式的设置</td>

    <td bgcolor="#666666"><font color="#FFFFFF" size="+3">单元格的背景颜色</font></td>

    <td> </td>

  </tr>

  <tr>

    <td height="83" align="center" valign="middle">居中对齐</td>

    <td bordercolor="#FFFFFF">单元格的边框颜色</td>

    <td> </td>

  </tr>

</table>

</body>

</html>

删除content="text/htmlcharset=utf-8“


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7383247.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-05
下一篇 2023-04-05

发表评论

登录后才能评论

评论列表(0条)

保存