Can anyone explain shortly the different meanings of these inputs? 1st one, ended space + slash. 2nd one ended only slash, 3rd one ended no slash. Which is the new method or which is the correct method or are both for different purposes?
<input type="text" id="id" value="some" />
<input type="text" id="id" value="some"/>
<input type="text" id="id" value="some">