HTML
4.01 Transitional
» inserted instead. The document will not be Valid
until you alter the source file to reflect this new DOCTYPE. Below are the results of attempting to parse this document with an SGML parser.
Please note that you have chosen one or more options that alter the content of the document before validation, or have not provided enough information to accurately validate the document. Even if no errors are reported below, the document will not be valid until you manually make the changes we have performed automatically. Specifically, if you used some of the options that override a property of the document (e.g. the DOCTYPE or Character Encoding), you must make the same change to the source document or the server setup before it can be valid. You will also need to insert an appropriate DOCTYPE Declaration or Character Encoding (the "charset" parameter for the Content-Type HTTP header) if any of those are missing.
<script language="JavaScript">
^
Error: required attribute "TYPE" not specified
... body onLoad="goforit()" topmargin="0" leftmargin="0" margin ...
^
Error: there is no attribute "TOPMARGIN" for this element (in this HTML version)
... oforit()" topmargin="0" leftmargin="0" marginwidth="0" margi ...
^
Error: there is no attribute "LEFTMARGIN" for this element (in this HTML version)
... gin="0" leftmargin="0" marginwidth="0" marginheight="0" bgco ...
^
Error: there is no attribute "MARGINWIDTH" for this element (in this HTML version)
... n="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF ...
^
Error: there is no attribute "MARGINHEIGHT" for this element (in this HTML version)
... rc="img/www-difesa-it.gif" width="104" height="16"></font>
^
Error: required attribute "ALT" not specified
<script language="JavaScript">
^
Error: required attribute "TYPE" not specified
<center>
^
Error: element "CENTER" not allowed here; possible cause is an inline element containing a block-level element
<td width="195" valign="top" align="left" height="586">
^
Error: element "TD" not allowed here; check which elements this element may be contained within
... width="195" height="16" usemap="#Map8" border="0"><br>
^
Error: required attribute "ALT" not specified
... 0,155,29" href="sgd/fr_SGDNA.html" target="_blank">
^
Error: required attribute "ALT" not specified
... "21,0,124,15" href="sgd/index.htm" target="_blank">
^
Error: required attribute "ALT" not specified
... 9,13" href="sgd/organigramma.html" target="_blank">
^
Error: required attribute "ALT" not specified
... shape="rect" coords="5,1,58,15" href="mappa.html">
^
Error: required attribute "ALT" not specified
... hape="rect" coords="4,1,62,14" href="contatti.htm">
^
Error: required attribute "ALT" not specified
<area shape="rect" coords="6,1,51,15" href="link.htm">
^
Error: required attribute "ALT" not specified
... ape="rect" coords="2,10,97,38" href="ricerca.html">
^
Error: required attribute "ALT" not specified
... ct" coords="5,0,153,29" href="smd/csmd/index.shtm">
^
Error: required attribute "ALT" not specified
<p><img src="img/filo_grigio.gif" width="400" height="1"><br>
^
Error: required attribute "ALT" not specified
<table width="100%" border="0" height="35">
^
Error: there is no attribute "HEIGHT" for this element (in this HTML version)
</tr>
^
Error: missing a required sub-element of "TR"
... g src="img/filo_grigio.gif" width="145" height="1"><br>
^
Error: required attribute "ALT" not specified
... n="center" class="riquadri"><a href=javascript:Pop('ministro/nota_agg/ ...
^
Error: an attribute value must be quoted if it contains any character other than letters (A-Za-z), digits, hyphens, and periods; use quotes if in doubt
... ponsabilita.html" class="riquadri" target="_blank""><
^
Error: an attribute specification must start with a name or name token
Sorry, this document does not validate as HTML 4.01 Transitional.
If you use CSS in your document, you should also check it for validity using the W3C CSS Validation Service.
Below is the source input I used for this validation:
1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2: <html> 3: <head> 4: <meta http-equiv="Content-Language" content="it"> 5: <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6: <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> 7: <meta name="ProgId" content="FrontPage.Editor.Document"> 8: <META NAME=author CONTENT="Stato Maggiore Difesa - Sez. Internet"> 9: <title>Ministero della Difesa</title> 10: <meta NAME="keywords" CONTENT="ministero della difesa, aeronautica militare, esercito, marina militare, carabinieri, giustizia militare, ministro, sottosegretari, s.m.d, c.o.i., s.g.d., d.n.a., "> 11: <meta NAME="description" CONTENT="Il portale ufficiale del Ministero della Difesa Italiana, pensato per fornire informazioni e notizie di carattere non riservato sul Ministero ai 12: cittadini ed ai mass media. "> 13: 14: <script language="JavaScript"> 15: 16: // apre finestra popup con file 17: var clPopPop = null // handle for the pop window 18: function Pop(szPop,szPWidth,szPHeight) { 19: //riceve file, larghezza, altezza 20: var szFile 21: var szWidth = szPWidth 22: var szHeight = szPHeight 23: 24: // compone stringa parametri finestra 25: var szWinFeatures = "scrollbars=yes" 26: szWinFeatures += ",width=" 27: szWinFeatures += szWidth 28: szWinFeatures += ",height=" 29: szWinFeatures += szHeight 30: 31: var szErrMsg = "\nIl Vostro Browser non e' stato in grado di aprire un'altra finestra " 32: szErrMsg += "\nper visualizzare il documento richiesto. Vi preghiamo di chiudere" 33: szErrMsg += "\ntutte le finestre inutilizzate del browser , e riprovare." 34: 35: if (szPop) 36: szFile = szPop // open with a given file 37: else 38: szFile = "/def_pop.htm" // by default, open the Default Pop file 39: 40: // Netscape Navigator allows only 100 windows at a time 41: // use the existing one to avoid exceeding the limit 42: if (clPopPop) { 43: if (!clPopPop.closed) // if Pop window not closed 44: clPopPop.location.href = szFile 45: else 46: clPopPop = window.open(szFile, 'Pop', szWinFeatures) 47: } else 48: clPopPop = window.open(szFile, 'Pop', szWinFeatures) 49: 50: // check if new window failed to open 51: if (clPopPop) 52: clPopPop.focus() 53: else 54: alert(szErrMsg) 55: } 56: 57: </script> 58: 59: <link rel="stylesheet" href="/css/stile.css" type="text/css"> 60: <link rel="stylesheet" href="css/stile.css" type="text/css"> 61: <link rel="stylesheet" href="css/stile.css" type="text/css"> 62: </head> 63: 64: <body onLoad="goforit()" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF"> 65: <div align="center"> 66: <center> 67: <table border="0" cellpadding="0" cellspacing="0" width="740" bgcolor="#f5f5f5"> 68: <tr> 69: <td width="61"><font face="Verdana"><img border="0" src="img/logo_repubblica.gif" alt="Stemma della Repubblica" width="60" height="60"></font></td> 70: <td width="619" bgcolor="#FFFFFF"> 71: <p align="center"><img border="0" src="img/ministero_della_difesa.gif" alt="Ministero della Difesa" width="428" height="36"> 72: </td> 73: <td width="60"><font face="Verdana"><img border="0" src="img/logo_repubblica.gif" alt="Stemma della Repubblica" width="60" height="60"></font></td> 74: </tr> 75: <tr> 76: <td colspan="3" bgcolor="#009C63" height="16"> 77: <p align="center"><font face="Verdana"><img border="0" src="img/www-difesa-it.gif" width="104" height="16"></font> 78: </td> 79: </tr> 80: <tr> 81: <td colspan="3" bgcolor="#009C63" height="16"><b><font face="Verdana" size="1" color="#FFFFFF"> </font> 82: </b><font face="Arial" size="1" color="#FFFFFF" class="riquadri"> <span id="clock"> 83: </span> 84: <script language="JavaScript"> 85: var dayarray=new Array("Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato") 86: var montharray=new Array("Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre") 87: 88: function getthedate(){ 89: var mydate=new Date() 90: var year=mydate.getYear() 91: if (year < 1000) 92: year+=1900 93: var day=mydate.getDay() 94: var month=mydate.getMonth() 95: var daym=mydate.getDate() 96: if (daym<10) 97: daym="0"+daym 98: var hours=mydate.getHours() 99: var minutes=mydate.getMinutes() 100: var seconds=mydate.getSeconds() 101: var dn="AM" 102: if (hours>=12) 103: dn="PM" 104: if (hours>12){ 105: hours=hours-12 106: } 107: if (hours==0) 108: hours=12 109: if (minutes<=9) 110: minutes="0"+minutes 111: if (seconds<=9) 112: seconds="0"+seconds 113: //change font size here 114: var cdate=" "+dayarray[day]+", "+daym+" "+montharray[month]+" "+ year +" " 115: if (document.all) 116: document.all.clock.innerHTML=cdate 117: else 118: document.write(cdate) 119: } 120: if (!document.all) 121: getthedate() 122: function goforit(){ 123: if (document.all) 124: setInterval("getthedate()",1000) 125: } 126: </script> 127: 128: 129: 130: </font> </td> 131: </tr> 132: </table> 133: </center> 134: </div> 135: <div align="center"> 136: <table border="0" cellpadding="0" cellspacing="0" width="740" bgcolor="#F5F5F5"> 137: <tr> 138: <center> 139: <td width="195" valign="top" align="left" height="586"> 140: <div align="left"> 141: <p><img src="img/menu_ministro.gif" width="195" height="16" alt="Il Ministro" border="0" usemap="#Map"><img src="img/menu_sottosegretari.gif" width="195" height="15" alt="I sottosegretari" border="0" usemap="#Map2"><img src="img/menu_struttura.gif" width="195" height="15" alt="Struttura del Ministero" border="0" usemap="#Map12"><img src="img/menu_capo_stato_maggiore.gif" width="195" height="30" alt="Capo Di Stato Maggiore della Difesa" border="0" usemap="#Map14"><img src="img/menu_smd.gif" width="195" height="15" alt="S.M.D." border="0" usemap="#FPMap5"><img src="img/menu_coi.gif" width="195" height="16" alt="C.O.I." border="0" usemap="#FPMap6"><br> 142: <img src="img/menu_casd.gif" width="195" height="16" usemap="#Map8" border="0"><br> 143: <img src="img/menu_segratario_generale.gif" width="195" height="30" alt="Il Segratario di Stato della Difesa" border="0" usemap="#Map3"><img src="img/menu_sgd_dna.gif" width="195" height="15" alt="SGD/DNA" border="0" usemap="#Map4"><img src="img/menu_direzioni_generali.gif" width="195" height="15" alt="Direzioni Generali" border="0" usemap="#Map5"><img src="img/menu_giustizia_militare.gif" width="195" height="16" alt="Giustizia Militare" border="0" usemap="#Map6"><br> 144: <img src="img/menu_esercito.gif" width="195" height="16" alt="Esercito" border="0" usemap="#Map7"><img src="img/menu_marina_militare.gif" width="195" height="16" alt="Marina Militare" border="0" usemap="#FPMap3"><img src="img/menu_aeronautica_militare.gif" width="195" height="16" alt="Aeronautica Militare" border="0" usemap="#Map9"><img src="img/menu_carabinieri.gif" width="195" height="16" alt="Carabinieri" border="0" usemap="#Map10"><img src="img/menu_sala_stampa.gif" width="195" height="47" alt="Sala Stampa" border="0" usemap="#Map11"><img src="img/menu_approfondimenti.gif" width="195" height="15" alt="Approfondimenti e dossiers" border="0" usemap="#FPMap0"><img src="img/menu_mappa.gif" width="195" height="16" alt="Mappa" border="0" usemap="#FPMap7"><img src="img/menu_contatti.gif" width="195" height="15" alt="Contatti" border="0" usemap="#FPMap2"><img src="img/menu_link.gif" width="195" height="16" alt="Link" border="0" usemap="#FPMap1"><img src="img/menu_cerca.gif" width="195" height="47" alt="Cerca nel Sito" border="0" usemap="#Map13"> 145: <map name="Map"> 146: <area shape="rect" coords="5,0,72,15" href="/ministro/index.htm" alt="Il Ministro" title="Il Ministro"> 147: </map> 148: <map name="Map2"> 149: <area shape="rect" coords="5,1,109,14" href="sottosegretari/index.htm" alt="I Sottosegretari" title="I Sottosegretari"> 150: </map> 151: <map name="Map3"> 152: <area shape="rect" coords="4,0,155,29" href="sgd/fr_SGDNA.html" target="_blank"> 153: </map> 154: <map name="Map4"> 155: <area shape="rect" coords="21,0,124,15" href="sgd/index.htm" target="_blank"> 156: </map> 157: <map name="Map5"> 158: <area shape="rect" coords="23,2,139,13" href="sgd/organigramma.html" target="_blank"> 159: </map> 160: <map name="Map6"> 161: <area shape="rect" coords="3, 0, 113, 14" href="http://www.giustiziamilitare.difesa.it/" alt="Giustizia Militare" title="Giustizia Militare" target="_blank"> 162: </map> 163: <map name="Map7"> 164: <area shape="rect" coords="5, 1, 73, 14" href="http://www.esercito.difesa.it/" alt="Esercito" title="Esercito" target="_blank"> 165: </map> 166: <map name="Map9"> 167: <area shape="rect" coords="5,1,132,15" href="http://www.aeronautica.difesa.it/" alt="Aeronautica Militare" title="Aeronautica Militare" target="_blank"> 168: </map> 169: <map name="Map10"> 170: <area shape="rect" coords="5,1,79,15" href="http://www.carabinieri.it/" alt="Carabinieri" title="Carabinieri" target="_blank"> 171: </map> 172: <map name="Map11"> 173: <area shape="rect" coords="2, 10, 87, 34" href="ministro/sala_stampa.htm" alt="Sala Stampa" title="Sala Stampa"> 174: </map> 175: <map name="Map8"> 176: <area shape="rect" coords="24,0,85,15" href="http://www.centroaltistudi.difesa.it" alt="Centro Alti Studi" title="Centro Alti Studi" target="_blank"> 177: </map> 178: <map name="FPMap5"> 179: <area shape="rect" coords="24,1,72,15" href="smd/index.shtm" alt="Stato Maggiore della Difesa" title="Stato Maggiore della Difesa"> 180: </map> 181: <map name="FPMap6"> 182: <area shape="rect" coords="24,0,74,14" href="coi/index.htm" target="_top" alt="C.O.I." title="C.O.I."> 183: </map> 184: <map name="Map12"> 185: <area shape="rect" coords="5,1,148,14" href="struttura.html" alt="Struttura del Ministero" title="Struttura del Ministero"> 186: </map> 187: <map name="FPMap3"> 188: <area shape="rect" coords="4,0,109,15" href="http://www.marina.difesa.it/" target="_blank" alt="Marina Militare" title="Marina Militare"> 189: </map> 190: <map name="FPMap0"> 191: <area shape="rect" coords="3,1,171,14" href="approfondimenti/index.htm" alt="Approfondimenti e dossier" title="Approfondimenti e dossier"> 192: </map> 193: <map name="FPMap7"> 194: <area shape="rect" coords="5,1,58,15" href="mappa.html"> 195: </map> 196: <map name="FPMap2"> 197: <area shape="rect" coords="4,1,62,14" href="contatti.htm"> 198: </map> 199: <map name="FPMap1"> 200: <area shape="rect" coords="6,1,51,15" href="link.htm"> 201: </map> 202: <map name="Map13"> 203: <area shape="rect" coords="2,10,97,38" href="ricerca.html"> 204: </map> 205: <map name="Map14"> 206: <area shape="rect" coords="5,0,153,29" href="smd/csmd/index.shtm"> 207: </map> 208: </p> 209: </div> 210: </td> 211: </center> 212: 213: <td bgcolor="#F5F5F5" align="left" valign="top" width="400" height="586"> 214: <p><img src="img/filo_grigio.gif" width="400" height="1"><br> 215: <table width="100%" border="0" height="35"> 216: <tr> 217: <td class="titoli" height="65" valign="middle"> 218: <p align="center"><i></i>Presentazione "Libro Bianco" 219: della Difesa 2002<br> 220: <br> 221: <span class="mesi_interviste">Roma 27 marzo 2002</span></p> 222: </td> 223: </tr> 224: </table> 225: <br> 226: <table width="100%" border="0"> 227: <tr> 228: 229: </tr> 230: </table> 231: <div align="center"><img src="ministro/agenda/2002/Marzo2002/foto/libro_bianco_hp.gif" width="400" height="261" alt="Foto relativa a: Il Ministro della Difesa On. Prof. Antonio MARTINO alla commemorazione della strage di Salussola"><br> 232: </div> 233: <table border="0" cellspacing="3" width="400" bgcolor="#F5F5F5" cellpadding="0" align="center"> 234: <tr> 235: <td width="100%" valign="top" align="center" class="titoli"> 236: <p class="testi">Il Ministro della Difesa, On. Prof. Antonio Martino, 237: ha presentato a Roma il 27 marzo, a Palazzo Barberini, il "Libro 238: Bianco" della Difesa 2002. Erano presenti i Sottosegretari 239: di Stato alla Difesa, i Presidenti delle Commissioni Difesa del 240: Senato e della Camera dei Deputati, il Capo di Stato Maggiore 241: della Difesa, i Capi di Stato Maggiore delle Forze Armate, il 242: Comandante Generale dell'Arma dei Carabinieri. L'idea di realizzare 243: il volume nasce dalla precisa volontà del Governo di "fare 244: il punto" sulla situazione attuale delle Forze Armate e, 245: più in generale, dell'intero settore della Difesa. Sono 246: trascorsi ben sedici anni dalla pubblicazione dell'ultimo Libro 247: Bianco, voluto dall'allora Ministro della Difesa Spadolini; nel 248: frattempo il quadro geopolitico è profondamente cambiato 249: e, con esso, le tendenze nel campo della sicurezza e le responsabilità 250: dell'Italia nel contesto internazionale. Lo scopo del Libro Bianco 251: è quello di rendere edotti il Parlamento e l'opinione pubblica 252: sull'effettiva situaz ione delle Forze Armate, allo scopo di stimolare 253: l'avvio dei provvedimenti destinati a completare il cammino già 254: intrapreso per dotare il nostro Paese di uno strumento militare 255: moderno ed efficiente, capace di inserirsi adeguatamente negli 256: schieramenti internazionali alla pari con gli eserciti delle Nazioni 257: alleate. </p> 258: </td> 259: </tr> 260: </table> 261: 262: <table width="100%" border="0"> 263: <tr> 264: <td class="titoli_neri"><a href="javascript:Pop('ministro/interventi/intervento_27_marzo_2002_pop.htm',450,500)" class="titoli_neri">Intervento 265: del Ministro</a></td> 266: </tr> 267: </table> 268: <table width="100%" border="0"> 269: <tr> 270: <td class="titoli_neri"> </td> 271: </tr> 272: </table> 273: <table width="100%" border="0"> 274: <tr> 275: <td><a href="ministro/agenda/2002/Marzo2002/agenda_27_Marzo_2002.htm" class="titoli_neri">Il 276: servizio fotografico</a></td> 277: </tr> 278: </table> 279: <br> 280: <br> 281: </td> 282: <td width="145" valign="top" align="left" height="586"> 283: <center> 284: <div align="center"> <img src="img/filo_grigio.gif" width="145" height="1"><br> 285: </div> 286: </center> 287: 288: 289: <table border="0" cellpadding="1" cellspacing="0" width="100%"> 290: <tr> 291: <td bgcolor="#CCCCCC" width="145" height="150"> 292: <p align="center" class="riquadri"><a href="ministro/audizioni/2002/Marzo2002/audizione_19_Marzo_2002.htm" class="riquadri" target="_blank"><br> 293: Audizione del Ministro della Difesa alla Commissione Difesa della 294: Camera dei Deputati</a></p> 295: <p align="center" class="civette">Roma, 19 marzo 2002<br> 296: <br> 297: </p> 298: </td> 299: </tr> 300: <tr> 301: <td bgcolor="#00b96a" width="145" height="150"> 302: <p align="center" class="riquadri"><a href=javascript:Pop('ministro/nota_agg/nota_agg_pop.htm',750,550) class="riquadri"> 303: <br> 304: Nota aggiuntiva<br> 305: allo stato di previsione <br> 306: per la Difesa<br> 307: per l'anno 2002 </a><br> 308: <br> 309: <a href="javascript:Pop('ministro/nota_agg/nota_agg_pop.htm',750,550)"><img src="ministro/nota_agg/pdf/copertina-small.jpg" width="133" height="115" border="0" alt="Nota aggiuntiva allo stato di previsione per la Difesa per l'anno 2002"></a> 310: <br> 311: <br> 312: </p> 313: </td> 314: </tr> 315: <tr> 316: <td bgcolor="#0099ff" width="145" class="riquadri" height="176"> 317: <p align="center"><a href="javascript:Pop('dlgs-215-2001.htm',450,550)" class="riquadri"><br> 318: Disposizioni per disciplinare la trasformazione progressiva dello 319: strumento militare in professionale</a></p> 320: <p class="civette" align="center">Decreto legislativo<br> 321: 8 Maggio 2001 N.215<br> 322: <br> 323: </p> 324: </td> 325: </tr> 326: <tr> 327: <td bgcolor="#00b96a" width="145" height="95"> 328: <div align="center"></div> 329: <p align="center"><a class="riquadri" href="approfondimenti/Militari-in-missione-di-pace/militari-in-missione-di-pace.htm"><span class="riquadri">Militari 330: in missione <br> 331: di pace all'estero.<br> 332: NUMERO VERDE<br> 333: per le famiglie</span></a> </p> 334: </td> 335: </tr> 336: <tr> 337: <td bgcolor="#0099ff" width="145" class="riquadri" height="82"> 338: <p align="center"><a class="riquadri" href="sommario_gare.htm">BANDI 339: DI GARA</a></p> 340: </td> 341: </tr> 342: <tr> 343: <td bgcolor="#000033" width="145"> 344: <div align="center"><font face="Verdana"><a href="http://www.governo.it" target="_blank"><img border="0" src="img/entra_nel_governo.gif" alt="www.governo.it" width="120" height="60"></a></font></div> 345: </td> 346: </tr> 347: <tr> 348: <td width="100%"></td> 349: </tr> 350: <tr> 351: <td width="100%"></td> 352: </tr> 353: <tr> 354: <td width="100%"></td> 355: </tr> 356: <tr> 357: <td width="100%"></td> 358: </tr> 359: </table> 360: <br> 361: </td> 362: </tr> 363: <tr> 364: <td valign="top" align="left" colspan="3" bgcolor="#009C63"> 365: <table border="0" cellpadding="0" cellspacing="0" width="100%" height="8"> 366: <tr> 367: <td width="33%" height="2"> 368: <p align="right"><a class="riquadri" href="webmaster.html" target="_blank">< 369: scrivi al webmaster ></a></td> 370: <td width="33%" height="2"></td> 371: <td width="34%" height="2"> 372: <p align="left"><a href="responsabilita.html" class="riquadri" target="_blank"">< 373: responsabilità ></a> 374: </td> 375: </tr> 376: </table> 377: </td> 378: </tr> 379: </table> 380: <p class="riquadri"> </p> 381: </div> 382: 383: </body> 384: 385: </html>