How do I evenly add space between a label and the input field regardless of length of text?

后端 未结 5 2022
悲哀的现实
悲哀的现实 2021-02-01 04:13

Let\'s say I have 10 input fields and before the input fields on the left side I have span tag that holds the text to indicate what the user should enter into the field. I did

5条回答
  •  萌比男神i
    2021-02-01 04:39

    You can also used below code

    
    
        
    
    
      
    First name:
    Last name:

提交回复
热议问题