Can div and br technically be used if i want two seperate divisions or is it better to keep my code clean. Because I was making labels and inputs and instead of using a division I used br… which will later be annoying in CSS I assume. I already fixed it to div but just wanted to ask.