Hello,
I am trying to validate a XHTMl 1.1 form on w3.org but get the message:
Line 57, Column 43: document type does not allow element "input" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag
<input type="text" name="name" size="50" />
the code i am using is:
any help would be great.Code:<form method="post" action="name.php"> <p>namep> <input type="text" name="name" size="50" /> <p>info:</p> <p> <textarea name="info" rows="8" cols="60"></textarea> </p> <p> <input type="text" name="enter" value="enter" /> </p> </form>
Thanks guys.








Bookmarks