How to create inline form inputs?

Hi, how to create inline form like in the image?

Probably easiest method would be to use Flexbox to contain your form elements

As you know all inputs are list elements, so without a <ul> tag it won’t work

and what stops you to set display: flex on <ul> element?