Let's say I have two Dropdown Input Field. The first dropdown consists of 1 to 4 numbers. The second dropdown consists of A,B,C and D. When user select his/her choice from both dropdown and click 'SUBMIT', an output text will be shown. For example:
Dropdown 1:
1 -- Bad
2 -- Good
3 -- Great
4 -- Perfect
Dropdown 2:
A -- Boy
B -- Girl
C -- Man
D -- Woman
If User choose 2 and C respectively and click SUBMIT, an output text will be showing 'Good Man'.
How can I achieve this by using HTML code?