html制作的表格怎样使其完成后可以输入内容 50
这是我添加表格红圈部位不能选中光标输入文字而其他地方就是变色的地方可以打字<tr><tdcolspan="2"dbf.source=""dbf.type=""style=...
这是我添加表格 红圈部位不能选中光标输入文字 而其他地方就是变色的地方可以打字
<tr>
<td colspan="2" dbf.source="" dbf.type="" style="width: 232px; height: 50px">
申请原因或其他情况详细说明</td>
<td colspan="12" dbf.source="" dbf.type="" id="申请原因" style="width: 588px; height: 80px">
</td>
</tr>
这是可以输入文字的代码部分
<tr>
<td colspan="2" dbf.source="" dbf.type="" style="width: 232px; height: 50px">
客户性质(行业)</td>
<td colspan="3" dbf.source="" dbf.type="" id="客户性质" style="width: 160px">
</td>
<td dbf.source="" dbf.type="" style="text-align: center; width: 93px; height: 50px">
预计年用量</td>
<td colspan="2" dbf.source="" dbf.type="" id="预计年用" style="width: 94px">
</td>
<td dbf.source="" dbf.type="" style="text-align: center; width: 89px; height: 50px">
开票情况</td>
<td colspan="2" dbf.source="" dbf.type="" id="开票情况" style="width: 153px; height: 50px">
</td>
<td dbf.source="" dbf.type="" style="text-align: center; width: 96px; height: 50px">
回款情况</td>
<td colspan="2" dbf.source="" dbf.type="" id="回款情况" style="width: 131px; height: 50px">
</td>
</tr>
这是我照葫芦画瓢做的部分 但不能输入文字 展开
<tr>
<td colspan="2" dbf.source="" dbf.type="" style="width: 232px; height: 50px">
申请原因或其他情况详细说明</td>
<td colspan="12" dbf.source="" dbf.type="" id="申请原因" style="width: 588px; height: 80px">
</td>
</tr>
这是可以输入文字的代码部分
<tr>
<td colspan="2" dbf.source="" dbf.type="" style="width: 232px; height: 50px">
客户性质(行业)</td>
<td colspan="3" dbf.source="" dbf.type="" id="客户性质" style="width: 160px">
</td>
<td dbf.source="" dbf.type="" style="text-align: center; width: 93px; height: 50px">
预计年用量</td>
<td colspan="2" dbf.source="" dbf.type="" id="预计年用" style="width: 94px">
</td>
<td dbf.source="" dbf.type="" style="text-align: center; width: 89px; height: 50px">
开票情况</td>
<td colspan="2" dbf.source="" dbf.type="" id="开票情况" style="width: 153px; height: 50px">
</td>
<td dbf.source="" dbf.type="" style="text-align: center; width: 96px; height: 50px">
回款情况</td>
<td colspan="2" dbf.source="" dbf.type="" id="回款情况" style="width: 131px; height: 50px">
</td>
</tr>
这是我照葫芦画瓢做的部分 但不能输入文字 展开
5个回答
展开全部
input中有一个属性 placeholder,设置一下值就可以了,具体代码如下:
<input type="text" name="username" placeholder="用户名/邮箱/手机号" /><input type="text" name="password" placeholder="密码" />
HTML 是用来描述网页的一种语言。
HTML 指的是超文本标记语言 (Hyper Text Markup Language)。
HTML 不是一种编程语言,而是一种标记语言 (markup language)。
标记语言是一套标记标签 (markup tag)。
HTML 使用标记标签来描述网页。
HTML 标记标签通常被称为 HTML 标签 (HTML tag)。
HTML 标签是由尖括号包围的关键词,比如 <html>。
HTML 标签通常是成对出现的,比如 <b> 和 </b>。
标签对中的第一个标签是开始标签,第二个标签是结束标签。
开始和结束标签也被称为开放标签和闭合标签。
展开全部
html表格只是作为显示数据的一种形式,你要做到能在其中填写数据,必须在相对应的td行内添加input标签,input=text标签是专门的文本输入框标签,添加后你就可以在相应的table中td行内进行写数据了
追问
不懂 在哪加 能详细吗
追答
这样就可以在前台的表格中填写数据了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在td里面用一个input 啊,再把input的边框都隐藏掉,,不就行了
追问
不懂 在哪加 能详细吗
追答
input{
border:0;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
html的标签属性 contentEditable="true"
追问
不懂 在哪加 能详细吗
追答
//比如能编辑td里面的内容
<td contentEditable="true"></td>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
editeable="true"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询