How to dynamically create a span in javascript and assign values
when i hit a html button....
Note: If i click the button i need assign one to that span,
If i click the button at second time i should assign two to span but the old value should be there finally
i need the result like one,two,three in a single span....