If you look at my code (here), I gave input element to form1 and span element in form2.span. form2.span is inline and input is also an inline element, but why are they displaying in different ways? If not, what about the input element?
What is the difference between span, input, and div elements?