gpt4 book ai didi

html - 在 div 中给出边框标题

转载 作者:技术小花猫 更新时间:2023-10-29 11:36:16 26 4
gpt4 key购买 nike

我可以在 HTML 中这样做吗:

enter image description here

我想在我的 div 上添加边框标题(此图像中的“一般信息”)。可能吗?怎么做?


注意:
该图像不是 HTML 页面的图像,它是 Java 应用程序的图像。

最佳答案

<div id="form" style="width:350px;">
<fieldset>
<legend style="color:blue;font-weight:bold;">General Information</legend>
<table>
<tr>
<td><span style="text-decoration:underline">C</span>hange Password To:</td>
<td><input type="text"/></td>
</tr>
<tr>
<td><span style="text-decoration:underline">C</span>onfirm Password:</td>
<td><input type="text"/></td>
</tr>
</table>
</fieldset>
</div>

关于html - 在 div 中给出边框标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5216020/

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