天天看点

控件使用(fieldset 、GroupBox、Radio)

在做桌面应用程序时,经常会用到GroupBox控件,使用该控件可以让你的界面更加清晰和有条理。

如图:

控件使用(fieldset 、GroupBox、Radio)

如果需要在Web前端中有这样的“外观”,则需要使用“FieldSet”标签。

具体使用如下:

<fieldset style="padding:1;width:auto">
        <legend>编写标题处</legend>
              
           //写入你的内容           

    </fieldset>
           

(2)Html中转移字符的使用(空格、>、<、引号等)

&nbsp;   // 空格 
&gt;        //>大于号> 
&lt;         //<小于号< 
&quot;    //"引号“” 
&copy;    // ©版权号