0% found this document useful (0 votes)
13 views1 page

Dhara and Harshita HTML

Uploaded by

payalsolankigps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Dhara and Harshita HTML

Uploaded by

payalsolankigps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<HTML>
<HEAD>
<TITLE> Large Text Area </TITLE>
</HEAD>
<BODY>
<H2>Pls provide the following information</H2>
<FORM METHOD="POST"
ACTION="mailto:[email protected]">
<P>Name:<INPUT TYPE="text" NAME="urname" SIZE="30" MAXLENGTH="20"></P>
<BR>
Address:<INPUT TYPE="text" NAME="address" SIZE="60" MAXLENGTH="50">
<BR>
City:<INPUT TYPE="text" NAME="city" SIZE="20'' MAXLENGTH=''20''>
<BR>
Pin code:<INPUT TYPE=''text'' NAME=''pin code'' SIZE=''6'' MAXLENGTH=''6''>
<BR>
Mobile:<INPUT TYPE=''text'' NAME=''mobile'' SIZE=''10'' MAXLENGTH=''10''>
<BR><BR>
Comment:
<BR>
<TEXTAREA NAME="comments" ROWS="4" COLS="50" WRAP></TEXTAREA>
</FORM>
</BODY></HTML>

You might also like