xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool(w3cschool.cn)</title>
</head>
<body>
<form>
<fieldset disabled>
<legend>个人信息:</legend>
姓名: <input type="text"><br>
邮箱: <input type="text"><br>
生日: <input type="text">
</fieldset>
</form>
<p><b>注意:</b>除了 Internet Explorer 和 Safari,其他主流浏览器都支持 disabled 属性。</p>
</body>
</html>