How to line up HTML input elements?

后端 未结 9 1409
滥情空心
滥情空心 2020-12-24 14:15

I am hoping to find a resource for lining up input elements in a HTML page. I find it difficult to get a select element and a text box to be the same width even when using t

9条回答
  •  感情败类
    2020-12-24 14:42

    This is because with an , the border and padding is added on to the width (like with most other elements). With a

    提交评论

提交回复
热议问题