<input>
<input type="button">
<body>
<div>
<input type="button" >
</div>
</body>
it'll give us button element.
<input type ="checkbox">
<body>
<div>
<input type="checkbox">
</div>
</body>
<input type="color">
<body>
<div>
<input type="color">
...
vaithegiv.hashnode.dev1 min read