Even or odd number
Solution
....- Enter a number n and print n is an EVEN/ODD number
- on a blue background (use a
divwith classbox-primary) if n is EVEN - on an orange background (use a
divwith classbox-warning) if n is ODD
- on a blue background (use a
- The
titletag contains the same text as thedivtag, i.e., n is an EVEN/ODD number - The form is sent via GET and is processed on the same page (on which the form and the entered number should remain visible)