Write a script that uses relational and equality operators to compare two Strings input by the user through an HTML form. Output in an HTML TEXTAREA whether the first string is less than, equal to or greater than the second.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
25
26
27
28