我是Stack Overflow的新手,也是新手程序员。我想在一个具有相等间距的表中放置两行和两列,第一行包含两个单词,我需要第二行包含两个文本区域。这是我尝试过的小代码但是没有得到它:
<tr style='float: left; background-color: white; border-radius: 3%; border-color: white;' width='200px' height='54px'>
<td style='font-family: cursive,sans-serif; border-color: white; ;' width='200px' height='54px'>From</td>
<td style="font-family: cursive,sans-serif; border-color: white; border-radius: 3%" width='200px' height='54px'>To</td>
</tr>
</table>