hi, first of all i m sorry for my bad english becouse i m not a native english speaker so may be there are some english related mistakes in my question...i hope anyone who will read my question can understand what i want to say...i m a learner
i m converting PSD to XHTML and CSS. i have completed my work but when i checked my whole code in W3c markup validation service ,i got only one error which is
Line 80, Column 14: required attribute "action" not specified
<form>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for and type="text/javascript" for .
my question is that i dont know what should i give action to a form..