Day-10 Creating HTML forms
HTML Forms:
HTML forms are used to collect user input and send it to a server for processing. They consist of various form elements for text input, selection, and interaction.
<form> Element:
The <form> element is used to create a form on a web page....
garimasharmacoder.hashnode.dev4 min read