5 views

1 Answers

You need to learn CSS. After learning CSS you can add background color just like any other element. You can do something like below: form { background-color: orange }

5 views