Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真的很想制作一个带有用户输入框和各种其他元素的 PHP 页面,看起来就像你在老式 GUI 上看到的控制框,这些控制框的边框以框标签开头和结尾。
看这里:
如何用 css 做到这一点?
不要使用 div。HTML 具有<fieldset>并且<legend>是为此用例设计的,默认情况下会像这样呈现。
<fieldset>
<legend>
<fieldset> <legend>Motor 1 Log</legend> <label>Movements <input></label> <label>Over-Currents <input></label> <label>Amphous <input></label> </fieldset>