网页效果:
HTML代码:
<html>
<body>
<fieldset style=" width:300px;">
<legend><font color="blue">★ 审核状态</font></legend>
<form>
<input type="radio" name="asdf" />未审核
<input type="radio" name="asdf" />已审核
<input type="radio" name="asdf" />全部
</form>
</fieldset>
</body>
</html>
时间: 2024-10-13 23:23:05