Jump to content

Manal

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Manal

  1. Manal

    Need help

    Thank you my dear...
  2. Manal

    Need help

    Hi,I have some problems how to write the correct required HTML tags for this form.This is the code I was wrote it:- <html><body><table border="0" width=700 height=50><th colspan="6" align="left" bgcolor="black"><font size="5"><font color="white">User Information</font></font></th><tr><td align="right"><font size="5">First name </font><input type="text" name="f1" size="25" maxlength="20"></td><td align="right"><font size="5">Last name </font><input type="text" name="f2" size="25" maxlength="20"></td></tr><tr><td align="right"><font size="5">User name </font><input type="text" name="un" size="25" maxlength="20"></td><td align="right"><font size="5">###### <input type="radio" checked="checked" name="S" value="male">Male<input type="radio" name="S" value="female">Female</font></td></tr><tr><td align="right"><font size="5">Password </font><input type="password" name="p" size="25" maxlength="10"></td><td align="right"><font size="5">Confirm password </font><input type="password" name="cp" size="25" maxlength="20"></td></tr><tr><td rowspan =3 align="center"><font size="5"><ol>Country </font><select name="Country"><option value="Bahrain">Bahrain<option value="Qater">Qater<option value="Oman">Oman</select></td><td align="center"><input type="checkbox" name="Reading"><font size="5">Reading</font><br></td></tr><tr><td align="center"><font size="5"> Interests </font> <input type="checkbox" name="Fishing"><font size="5">Fishing</font></td></tr><tr><td align="center"><input type="checkbox" name="Sport"><font size="5">Sport</font></td></tr><tr><td><sup><font size="5" align="left" ><b>Your comments</b></font></sup><textarea name="c" rows="3" cols="23"></textarea></td></tr></table><br><br><center><input type="submit" value="Register"><input type="reset" value="Reset"></center></body></html> please help me ....Thanks
×
×
  • Create New...