उदाहरण
साइट संबंधी नाम प्रतियोगिता:
<form action="/action_page.php" method="get">
<fieldset name="personalia">
<label for="fname">नाम:</label>
<input type="text" id="fname" name="fname">
</fieldset>
<br>
<button type="button"
onclick="form.personalia.style.backgroundColor='yellow'">
फील्डसेट का पृष्ठभूमि रंग बदलें</button>
<input type="submit">
</form>
अपने आप साबित करें