Input Element
Input Element
The input element is used to take input from users. It displays a bordered row on the Webpage. input is a self-closing element we don't need to close its tag by ourselves.
<input>
It displays a result like this
We have some attributes...
usama400.hashnode.dev2 min read