Error found while checking this document as XHTML 1.0 Transitional!

Result: 1 Error
:
Modified:(undefined)
Server:Apache/2.4.25 (Debian)
Size:2300
Content-Type:text/html
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 1 Error

  1. Error Line 48, Column 79: end tag for "input" omitted, but OMITTAG NO was specified
     <td width="45%"><input type="file" name="fileToUpload" id="fileToUpload"></td>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  2. Info Line 48, Column 18: start tag was here
     <td width="45%"><input type="file" name="fileToUpload" id="fileToUpload"></td>

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="Author" lang="en" content="Miguel Casquilho" />
  6. <title>M&middot;C, IST: distributed sums</title>
  7. <link rel="stylesheet" type="text/css"
  8. href="http://web.tecnico.ulisboa.pt/~ist11038/depot/x_commonstyle.css" />
  9. <style type="text/css"> .h {background-color: #a0ffa0}</style>
  10. </head> <!-- 27Jun2017 -->
  11. <body class="sm">
  12. <form method="post" action=
  13. "http://web.tecnico.ulisboa.pt/~ist11038/cgi-bin/distsums.php?distributed_sum" enctype='multipart/form-data' >
  14. <input name="executable" type="hidden" value="distributed_sum.exe" />
  15. <table width="90%" bgcolor="#eeeeee" align="center" border="1" class="sm">
  16. <tr><td colspan="3">
  17. <table width="100%" class="sm">
  18. <tr><td width="50px"><a href='https://fenix.ist.utl.pt/departamentos/deq'><img alt='&copy;'
  19. src="http://web.tecnico.ulisboa.pt/~ist11038/depot/MC.gif" border='0'
  20. width='40' height='41' /></a>
  21. </td><!--title-->
  22. <td><div style="font-size: 13.5pt; text-align: center"><!-- title --><b
  23. onmouseout="this.style.color='blue', this.style.fontStyle='normal'"
  24. onmouseover="this.style.color='red',
  25. this.style.fontStyle='bold'">
  26. Distributed
  27. sums</b></div>&emsp;
  28. Distributes computations to various remote machines.<b>
  29. UNDER&nbsp;CONSTRUCTION</b></td>
  30. <td width="112px"><table width='100%'>
  31. <tr><td align='center' bgcolor='white'>
  32. <input type="submit"
  33. value="&nbsp; Execute &nbsp;" style="background-color: #00bfff"
  34. onmouseout="this.style.fontStyle='normal', this.style.fontWeight='normal'"
  35. onmouseover="this.style.fontStyle='normal', this.style.fontWeight='bold'" /></td>
  36. </tr><tr><td align='center'><span style='font-size:
  37. xx-small'>2019.Dec.20 18:50:18</span></td></tr>
  38. </table>
  39. </td></tr></table>
  40. </td></tr> <!-- ................................................... -->
  41. <tr><td width="15%" align="center">File</td>
  42. <td width="45%"><input type="file" name="fileToUpload" id="fileToUpload"></td>
  43. <td width="40%">File with user data (blanks).</td></tr>
  44. <tr><td width="15%" align="center">Summands</td>
  45. <td width="45%"><textarea name="vector" rows="1"
  46. cols="45"> 2 6 1 4 4 3 3 5 4 4 2 5</textarea><input
  47. name="eodv" type="hidden" value="EOD" /></td>
  48. <td width="40%" valign="middle">Some numbers. &bull;</td></tr>
  49. <tr><td align="center">Show values</td>
  50. <td><select name="ishow"><option value="0" selected="selected">No</option>
  51. <option value="1">Yes</option></select> &mdash; Not used</td>
  52. <td>Show the graph coordinates.</td></tr>
  53. <!-- plot 'gnudata.dat' \ (or anything: this line is a MANDATORY dummy) -->
  54. <tr><td colspan="3"><input name="gnuplot" type="hidden"
  55. value="wid = 600
  56. set terminal png enhanced font 'Times, 16' size wid, wid/1.618
  57. set timestamp offset 0, +0.75 font 'Helvetica-Bold, 9'
  58. set key top left font 'Times-Italic, 10'
  59. set title 'Dijkstra''s algorithm: distances' offset 0, -0.75
  60. set xlabel '{/Times-Italic i}' offset 14, +0.85
  61. set ylabel '{/Times-Italic d}' rotate by 0 offset +1.75, +2.25
  62. set xrange [1:*]; set yrange [0:*]
  63. set style line 11 lc rgb 'red' lw 2 pt 4 ps 2
  64. set style line 12 lc rgb '#09ad00' lw 3 # green
  65. set style line 13 lc rgb '#0000ff' lw 2 # blue
  66. plot anyname.dat \
  67. usi 1:2 title 'val' with linespoints ls 11" /><p class="ij">Experimental web-page.</p>
  68. <p class="ij">Draws... </p>
  69. <p class="ij">Other suggested data:
  70. <br />... giving: ...</p></td></tr>
  71. <tr><td align="center"><input type="reset" style="font-size: smaller"
  72. value=" Reset " /></td><td><i>References:</i></td>
  73. <td align="center"><i>Plate:</i> DistributedSums</td></tr>
  74. <tr><td colspan="3">
  75. <p class="ref">&bull;&nbsp; #... <span class="sc">Burkardt</span>, John,
  76. 2010, <a href=
  77. "http://people.sc.fsu.edu/~jburkardt/f_src/dijkstra/dijkstra.html"
  78. >Dijkstra</a>.</p>
  79. <p class="ref">&bull;&nbsp;Search <a href=
  80. "https://www.google.com/search?q=dijkstra's+algorithm">Dijkstra's
  81. algorithm</a></p>
  82. <p class="ref">&bull;&nbsp;1806-06-27:
  83. <a href="http://www-groups.dcs.st-and.ac.uk/~history/Biographies/De_Morgan.html"
  84. ><span class="sc">De Morgan</span></a>, Augustus
  85. (1871-03-18).</p></td></tr>
  86. </table>
  87. </form>
  88. <div style="line-height: 12pt">&nbsp;</div>
  89. <div style="line-height: 1.5pt; color: black; background-color: red">&nbsp;</div>
  90. <table width="100%" class="sm"><tr>
  91. <td style="width: 58px"><a href="http://validator.w3.org/check?uri=
  92. http://web.tecnico.ulisboa.pt/~ist11038/compute/CISTI_2018/Fx-distributed_sum_lixo.php;verbose=1;ss=1"><img
  93. src="http://web.tecnico.ulisboa.pt/~ist11038/depot/valid-xhtml10s.png"
  94. alt="Valid HTML 4.01!" style="border: none" width="55px" height="19px" /></a></td>
  95. <td style="width: 15%" align="left"><a href="http://www.tecnico.ulisboa.pt"><img
  96. src="http://web.tecnico.ulisboa.pt/~ist11038/depot/wwwist.png" alt="IST"
  97. style="vertical-align: middle; border: none;
  98. width: 88px; height: 34px" /></a></td>
  99. <td style="width: 70%" align="right"><i>http://web.tecnico.ulisboa.pt/~ist11038/compute/CISTI_2018/Fx-distributed_sum_lixo.php</i><br />
  100. <i>Created:</i> 2017-06-27 &mdash; <i>Last modified:</i>
  101. 2017-07-25</td></tr></table>
  102. </body></html>

↑ Top