multiple forms in the same line html

HTML
form {
    display: inline-block; //Or display: inline; 
}
Source

Also in HTML: