Form in HTML
Form in HTML
In HTML we use <form> tag to create form inside a website. This form contains input field, text area, buttons, radio buttons, and many more. Let’s look into more.
<!-- Form Syntax -->
<form action="login.js" method="GET/POST">
<!-- ...
phase-1.hashnode.dev3 min read