mardi 26 mai 2020

How can I align the checkboxes and text vertically?

I want the checkboxes to be parallel to each other and the text to be aligned the same. This is what i have (i'm new to this): `

<input type="checkbox"
          name=”liste1”
          value="1">This is Example1<br>
        <input type="checkbox"
          name=”liste1”
          value="2">Example2<br>
        <input type="checkbox"
          name=”liste1”
          value="3">Example123456<br>
        <input type="checkbox"
          name=”liste1”`enter code here`
          value="4">Option4<br>`

This is how it looks like




Aucun commentaire:

Enregistrer un commentaire