how to put two forms in a single line in html

Solutions on MaxInterview for how to put two forms in a single line in html by the best coders in the world

showing results for - "how to put two forms in a single line in html"
Fatma
16 Sep 2020
1form {
2    display: inline-block; //Or display: inline; 
3}