Form Attributes
<form action="test.php" target="_blank" autocomplete="on/off" 
accept-charset="utf-8" enctype="multipart/form-data" novalidate name="test">
.
form elements
.
</form>
Meka Athule Thamay Form eke wisthara okkoma liyanne form eke wenama attributes thiyenawa
Method get/post/dialog

<form action="test.php" method="post">
.
form elements
.
</form>
forms eke data send wena widiya meken wenne
enctype

<form action="test.php" enctype="multipart/form-data">
.
form elements
.
</form>
meka pawichchi karanna puluwan ( post method )eke witharay. data tika server ekata yawaddi data ecryipt karanna ona widiya thoranna thiyenne.
rel

<form action="test.php" rel="external">
.
form elements
.
</form>
meka gena melo adahasak mata nehe google eke youtube hewwa eth hoyaganna nehe loku wistharayk (meka link walata sambandaw wenawa mn hithanne style sheet eka link karaddi wage html ekata)
Scroll to Top