Steps to align textbox and label Step 1: Center a div tag using margin as `0 auto`. Step 2: Align the label to right and make it float to left. Step 3: Align the textbox to left and make it float to right. Step 4: Make both label and textbox to inline-block. HTML & CSS Live demo […]