+ 1
Why is it that my code on css does not display
2 Respuestas
+ 2
In most environments, clicking "submit" removes the for from display.
If you want to print your input on screen after submitting, fetch the data from the fields and use document.write or make the data content of some output element. (JS)
If you simply want to prevent the from from disappearing on button click, change the "submit" type of the input to "button".
0
What part are you refuring to?
Css is not suppose to display objects, only edit the objests in the html