xxxxxxxxxx
<html><!DOCTYPE html>
<html>
<body>
<input type="button"
onclick="document.body.style.backgroundColor='lavender';"
value="Change background color">
</body>
</html>