<html>
<body>
<form>
<fieldset disabled>
<legend>Personalia:</legend>
Name: <input type="text"><br>
Email: <input type="text"><br>
Date of birth: <input type="text">
</fieldset>
</form>
<p><b>Note:</b> The disabled attribute of the fieldset element is not supported in IE and Safari.</p>
</body>
</html>