0
Why the <br /> in this program?
why there no use of </p>?
4 Respuestas
+ 2
A <p> is for a paragraph and should always end with </p>. The <br /> tag adds a linebreak into the forms
+ 3
Memphis Reigns <br> tag is a line break to all HTML's element.
+ 2
JFS Λиϊмϊόи correct but as i noticed the tag for forms, i specifically mentioned it that way
+ 2
Memphis Reigns I always use it on <p> tag. for form, I'd better to use css