gpt4 book ai didi

html - 将文本设置为显示在顶部的大表格单元格中

转载 作者:太空宇宙 更新时间:2023-11-04 00:03:47 24 4
gpt4 key购买 nike

我有一张这样的 table ;

HTML

<table>
<tr>
<td>mytext</td>
</tr>
</table>

CSS

table tr td{
height: 100px;
width: 200px;
border: solid 1px #000;
}

看起来像这样;

enter image description here

但我希望文本从框的开头开始,例如;

Expected

我怎样才能做到这一点? <强> Here 是工作 fiddle 。

最佳答案

答案如下:

http://jsfiddle.net/VSZZJ/2/

table tr td{
height: 100px;
width: 200px;
border: solid 1px #000;
vertical-align: top;
}

关于html - 将文本设置为显示在顶部的大表格单元格中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15603184/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com