فرمها برای دریافت اطلاعات از کاربر استفاده میشوند.
تگ <form> با ویژگیهای:
action : آدرس ارسال فرمmethod : GET یا POST<form action="/submit.php" method="POST">
<label for="name">نام:</label>
<input type="text" id="name" name="name">
<button type="submit">ارسال</button>
</form>