Development
ITC22023
Practical
<p> By: P.Vishaliney </p>
, HTML
Hyper Text Markup Language
<p> HTML is the code that is used to structure a web page and
its content. </p>
, HTML Forms
● An HTML form is used to collect user input. The user input is most
often sent to a server for processing.
● The HTML <form> element is used to create an HTML form for user
input:
<form>
.
form elements
.
</form>