Quick Links
Validate Errors
(see also W3CCommon Validate Problems )
(see also W3CCommon Validate Problems )
- WW&DCS should use WW&DCS in code
- close tags<br/>,<input name="place" size="20"/>
- need "alt" attribute in image tag <img src="image.gif" alt=""/>
- <ul> tag can't be in <p> tag
- <hr align="left" width="80%" size="4" noshade="noshade"/>
- 12/15/05; validatefields.html;
Line 175 column 137: there is no attribute "onSubmit".
...tation/validatefields1.txt" onSubmit="return CheckTheForm()">
- - use .. onsubmit="return CheckTheForm()">
*** so is onfocus, onclick,... not onFocus, onClick - 12/16/05 validates.html add Javascript
...required attribute "type" not specified.
...<Script Language="Javascript">
...Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
- - <script language="Javascript" type="text/javascript">
