<html>
<body>
<form action="https://www.w3schools.com/action_page.php" method="get">
<fieldset name="personalia">
Name: <input type="text" name="username"><br>
Email: <input type="text" name="usermail"><br>
</fieldset>
<button type="button" onclick="form.personalia.style.backgroundColor='yellow'">Change background color of fieldset</button>
<input type="submit">
</form>
<p><b>Note:</b> The name attribute of the fieldset element is not supported in IE.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml5_fieldset_name by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:10:32 GMT -->
</html>