![]() |
|
|
| Subject:
XTHML Help
Category: Computers > Software Asked by: kittybooboo-ga List Price: $5.00 |
Posted:
23 Feb 2004 20:10 PST
Expires: 24 Mar 2004 20:10 PST Question ID: 310104 |
|
| Subject:
Re: XTHML Help
Answered By: snapanswer-ga on 24 Feb 2004 00:22 PST Rated: ![]() |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>Form</title>
</head>
<body>
<form action="#">
<p>
First Name
<input type="text" name="firstname" size="20" maxlength="20" />
</p>
<p>
Last Name
<input type="text" name="lastname" size="20" maxlength="20" />
</p>
<p>
Sex:
Male<input type="radio" name="sex" value="Male" />
Female<input type="radio" name="sex" value="Female" />
</p>
<p>
Date of Birth (MMDDYYYY)
<input type="text" name="dateofbirth" size="8" maxlength="8" />
</p>
<p>
This year my birthday will fall on a:
<input type="text" name="birthdayfalls" size="20" maxlength="20" />
</p>
<p>
<input type="submit" name="submitbutton" value="Submit" />
</p>
</form>
</body>
</html> | |
| |
kittybooboo-ga
rated this answer:
|
|
| Subject:
Re: XTHML Help
From: ivles-ga on 24 Feb 2004 20:41 PST |
bad... bad form, no <label> tag? |
| Subject:
Re: XTHML Help
From: kittybooboo-ga on 25 Feb 2004 22:17 PST |
I needed it to be in a table form. Buy, I sure hit the boks. 5 to be exact |
| Subject:
Re: XTHML Help
From: snapanswer-ga on 26 Feb 2004 11:48 PST |
I am sorry that you needed it in a table. Had I seen that in the question, I would have done that for you. Just so you know for next time, if you put in a clarification request (such as, "I need it in a table") before rating the answer, a researcher has the opportunity to help further. In any event, I hope the xhtml provided helped in some capacity. |
| Subject:
Re: XTHML Help
From: snapanswer-ga on 26 Feb 2004 11:51 PST |
My mistake, I must have missed the word table ("in a table form") in
your question. I am sorry I missed that. My sincere apologies. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |