html - 表格数据 <td> 高度未更改

标签 html css

我的表格数据高度没有增加?为什么?

<table>
  <tr>
    <td>Name : </td>
  </tr>
  <tr>  
    <td><input type="text" name = "name" height="80"  size="35" /></td>             
  </tr>
  <tr>
    <td>E-mail : </td>
  </tr>
  <tr>
    <td><input type="text" name = "name" size="35" /></td>
  </tr>
</table>

最佳答案

关于html - 表格数据 <td> 高度未更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6315940/

相关文章:

html - 我如何用 css 反转 html 家谱布局?

javascript - 幻灯片 : CSS3 Transitions not working

css - rails 4 : How to exclude a CSS file from a specific view?

php - Wordpress 标题背景图像问题

javascript - 如何防止我的桌面网站上的图像加载到移动设备上?

html - 节 id 和类定义覆盖容器高度

html - 在 <a href...>text</a> 标签对之后,css 格式不会返回到以前的格式

javascript - 每次访问时都试图创建带有随机背景图像的主页。使用 HTML 和 JavaScript。我究竟做错了什么?

javascript - CSS 或 jQuery 不间歇性加载

javascript - 如何更改导航栏中的事件链接颜色