can you tell me the difference between the code:
<input type="submit" value="click me">
and
<button type="submit">c lick me</button>
//somebody tell me the difference between them with example
<input type="submit" value="click me">
and
<button type="submit">c lick me</button>
//somebody tell me the difference between them with example
Comment