Html – How do I align my <label> beside my <input type>?
I'm trying to make an evaluation form but my label is not aligned with the <input type="number> I just want it to align right next to <input type="number"> Here's how it looks: .container { margin: 0 auto; width: 60%; padding:…