MarkUp Validation Service

Jump To: [Results]

File: L:\508Compliance\MathPortfolio\HTMLPage1.htm
Content-Type: text/html
Encoding: iso-8859-1
Doctype: HTML 4.0 Transitional
Errors: 1

This page is not Valid HTML 4.0 Transitional!

Below are the results of attempting to parse this document with an SGML parser.

  1. Line 10, column 11: there is no attribute "NAME" (explain...).
      <form name="form1" action="CheckExistence.aspx">
                 ^

Source Listing

Below is the source input I used for this validation:

   1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
   2: <html>
   3: <head>
   4:     <title>TestPageForValidator</title>
   5:     <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   6: 	<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
   7: 	<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
   8: </head>
   9: <body>
  10: <form name="form1" action="CheckExistence.aspx">
  11: 	<table>
  12: 		<tr>
  13: 			<td>Award Id :</td>
  14: 			<td>0220859</td>
  15: 		</tr>
  16: 	</table>
  17: </form>
  18: 
  19: 
  20: 
  21: </body>
  22: </html>
    
Valid XHTML 1.0! The W3C Validator Team
Date: 2002/11/30 23:18:00