Cách mô tả dễ nhất là nêu một thí dụ.
HTML |
<form action="mailto:VNstars@yahoo.com?subject='Comments'" method="post" enctype="MIME type">
Your full name : <input type=text name=user size=30 maxlength=30 style="font:10pt Tahoma"><br> Feedback content:<br> <textarea name=comments rows=5 cols=50 style="font:10pt Tahoma"></textarea><br> <input type=submit value="Send feedback"> <input type=reset value="Clear form"> </form> |