gpt4 book ai didi

html - 带有边框 css 的 div 内容

转载 作者:行者123 更新时间:2023-11-28 04:48:02 24 4
gpt4 key购买 nike

我是 css 的新手,我正在尝试创建一个带有边框的 div 元素,例如
this

我的 HTML 如下:

<div class="mystyle">
<h3>header message<h3>
<p> this is my content</p>
</div>

最佳答案

使用 <fieldset><legend> 标记里面。

试试这段代码:

<fieldset>
<legend>Example</legend>
<div class="mystyle">
<h3>header message</h3>
<p>this is my content</p>
</div>
</fieldset>

关于html - 带有边框 css 的 div 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39770927/

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