Multiple page report: Previous | Summary 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 | Next
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
17:10 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
20:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
24:2 | Error | The "div" tag must have an end tag (</div>) but the end tag was not found. <div class="width"> |
25:4 | Error | The "div" tag must have an end tag (</div>) but the end tag was not found. <div class="minwidth"> |
26:6 | Error | The "div" tag must have an end tag (</div>) but the end tag was not found. <div class="container"> |
34:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
73:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
77:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
77:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
77:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
84:252 | Error | The "dl" tag must have an end tag (</dl>) but the end tag was not found. <!-- il menu' di navigazione principale è costruito con una "definition list" in cui i primi livelli sono i <dt> ("definition title") ed i loro sttolivelli sono liste non ordinate all'interno del <dd> ("definition data") --> <dl> |
89:14 | Error | The "dt" tag must have an end tag (</dt>) but the end tag was not found. <dt class="primo"> <a href="index_collezioni.htm">Le collezioni</a> <br> |
90:16 | Error | The "p" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <p> </p> |
107:4 | Error | The "div" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:93 | Error | The "span" tag must have an end tag (</span>) but the end tag was not found. <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:116 | Warning | The "FONT" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
107:116 | Error | The "FONT" tag must have an end tag (</FONT>) but the end tag was not found. <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:176 | Error | The end tag for "FONT" (opened in line 107) should appear before the end tag for "strong" (nesting error). <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:185 | Warning | The "strong" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
107:193 | Warning | The "FONT" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
107:116 | Message (Deprecated) | [9] The "FONT" element and all of its attributes are deprecated in HTML 4.01 and XHTML in favor of using style sheets (use the "color", "font", "font-family", "font-size", and other CSS font properties instead). |
111:12 | Error | The "p" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <p class="primo"> </p></td> |
115:58 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
117:13 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the CSS "text-align: center" instead. |
119:348 | Error | Comments must begin with '<!--' and end with '-->'. In quest’area è possibile consultare gli abstract delle tesi di stage, master e tirocini sviluppate, nell’ambito delle sessioni organizzate dal Servizio Educazione e Formazione Ambientale, su specifiche tematiche inerenti le attività espletate dal Servizio Attività Museali dell’Agenzia.<![if !supportEmptyParas]> |
121:14 | Error | Comments must begin with '<!--' and end with '-->'. <![endif]> |
123:555 | Error | Comments must begin with '<!--' and end with '-->'. <p align="justify" class=MsoNormal>Gli argomenti spaziano dallo studio e approfondimento delle collezioni museali (litomineralogiche e paleontologiche) alla ricerca sulle radici e sull'evoluzione del museo nel tempo ('800 - '900), dalle analisi delle strategie di promozione dei servizi museali, al repertorio dei musei in situ ed ex situ in Italia, all'uso di strumenti innovativi per la fruizione delle conoscenze sulla geoconservazione (attraverso un GEODATABASE), alle metodologie di catalogazione per la conservazione dei reperti museali.<![if !supportEmptyParas]> |
125:14 | Error | Comments must begin with '<!--' and end with '-->'. <![endif]> |
128:41 | Message (Deprecated) | [9] The "align" and "bgcolor" attributes for the "table" element are deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the following CSS to center the table: "margin-left: auto; margin-right: auto". This is the correct CSS way but it may not work with some (mostly older) browsers. |
130:19 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
136:19 | Message (Tips) | [6] Using the "nowrap" attribute can create extremely wide cells and can produce unusual results. It can also cause a page to have to be horizontally scrolled. Be careful when using this attribute. |
136:19 | Message (Deprecated) | [9] The "nowrap" attribute for the "td" and "th" elements is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Consider using the CSS "white-space: nowrap" instead of the "nowrap" attribute. Note, however, there are issues with the "white-space" property and using the deprecated "nowrap" attribute probably works best. |
185:2 | Error | The "div" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <div class="Footer"> |
186:4 | Error | The "p" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <p class="FasciaFooter"></p> |
186:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
187:4 | Error | The "p" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <p> </p> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Comments should be in the '<!-- (comment here) -->' format. However, most browsers will accept '<! ... >' as a comment. If you do not want to use only '<!-- ... -->' comments, then you should turn off strict comments. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (453, 233 unique): Agenzia (1x), Alessandro (1x), all'interno (1x), all'uso (1x), ambito (1x), analisi (1x), approfondimento (1x), argomenti (1x), Ausonio (1x), Autore (1x), Benvenuto (1x), c'è (1x), canale (1x), caso (1x), catalogo (1x), Cecili (1x), Cesare (1x), Cesaro (1x), cioè (1x), classi (1x), commento (1x), completa (1x), completo (1x), conoscenza (1x), consentono (1x), consultare (1x), Contatti (1x), contenente (1x), contengono (1x), contenuti (1x), contestuali (1x), contributo (1x), Coreno (1x), corpo (1x), costruita (1x), costruito (1x), Cottanello (1x), creazione (1x), cui (1x), cultura (1x), cura (1x), dalla (1x), dalle (1x), dallo (1x), Daniela (1x), dell'immagine (1x), dell'utente (1x), Denominazione (1x), devono (1x), dintorni (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 10579 bytes; 7.3s@14.4Kbps, 3.7s@28.8, 2.1s@50, 1.7s@64, 0.8s@128, 0.3s@384, 0.2s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.06s, 19 errors, 3 warnings, 17 messages, 14 validator comments, 190 lines, 168 tags (142 closed), 28 document comments, 35 entities, 377 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
19:2 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
25:2 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
29:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
43:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
82:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
86:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
86:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
86:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
95:2 | Error | The "dt" tag must have an end tag (</dt>) but the end tag was not found. <dt class="attivo"> Storia |
126:10 | Error | The end tag for "dt" (opened in line 95) should appear before the end tag for "dl" (nesting error). </dl> |
132:36 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
138:12 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
138:18 | Message (Deprecated) | [9] The "align" and "bgcolor" attributes for the "table" element are deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the following CSS to center the table: "margin-left: auto; margin-right: auto". This is the correct CSS way but it may not work with some (mostly older) browsers. |
140:19 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
140:47 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the CSS "text-align: center" instead. |
159:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (281, 167 unique): all'interno (1x), alle (1x), anche (1x), ANPA (1x), Benvenuto (1x), busti (1x), c'è (1x), Calendario (1x), canale (1x), caso (1x), chiusura (1x), cioè (1x), classi (1x), commento (1x), completa (1x), consentono (1x), Consiglio (1x), Contatti (1x), contenente (1x), contengono (1x), contenuti (1x), contestuali (1x), corpo (1x), cospicuo (1x), costituito (1x), costruita (1x), costruito (1x), cui (1x), Curtatone (1x), d'arte (1x), d'Italia (1x), Dal (1x), dalla (1x), dalle (1x), dell'ex (1x), dell'immagine (1x), dell'utente (1x), Denominazione (1x), dettato (1x), devono (1x), Dipartimento (1x), dovrà (1x), elementi (1x), eventi (1x), evitano (1x), fai (1x), ferma (1x), Filmato (1x), finestre (1x), fissi (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 7563 bytes; 5.3s@14.4Kbps, 2.6s@28.8, 1.5s@50, 1.2s@64, 0.6s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 3 errors, 0 warnings, 16 messages, 13 validator comments, 168 lines, 103 tags (92 closed), 25 document comments, 11 entities, 282 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
19:2 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
23:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
37:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
76:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
81:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
81:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
81:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
121:33 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
140:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (200, 113 unique): all'interno (1x), alle (1x), Benvenuto (1x), c'è (1x), Calendario (1x), canale (1x), caso (1x), chiusura (1x), cioè (1x), classi (1x), commento (1x), completa (1x), consentono (1x), Contatti (1x), contenente (1x), contengono (1x), contenuti (1x), contestuali (1x), corpo (1x), costruita (1x), costruito (1x), cui (1x), dell'immagine (1x), dell'utente (1x), Denominazione (1x), devono (1x), dovrà (1x), elementi (1x), eventi (1x), evitano (1x), fai (1x), ferma (1x), Filmato (1x), finestre (1x), fissi (1x), frutiger (1x), genitore (1x), gli (1x), Guida (1x), immagine (1x), inferiori (1x), inserite (1x), italiani (1x), Linguetta (1x), liste (1x), livelli (1x), loro (1x), multimediale (1x), musei (1x), museo (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 5797 bytes; 4.0s@14.4Kbps, 2.0s@28.8, 1.2s@50, 0.9s@64, 0.5s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.03s, 1 error, 0 warnings, 11 messages, 12 validator comments, 149 lines, 78 tags (67 closed), 25 document comments, 11 entities, 196 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
17:10 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
20:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
34:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
73:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
78:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
78:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
78:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
90:14 | Error | The "dt" tag must have an end tag (</dt>) but the end tag was not found. <dt class="attivo"> Le collezioni <br> |
117:11 | Error | The end tag for "dt" (opened in line 90) should appear before the end tag for "dl" (nesting error). </dl> |
122:36 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
143:16 | Message | [41] The "div" tag has no attributes. Attributes are normally used with the "div" element to provide functionality. |
144:15 | Warning | The "h3" header element contains no text. Header elements are important and should contain appropriate header text. |
149:16 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
173:14 | Message | [41] The "div" tag has no attributes. Attributes are normally used with the "div" element to provide functionality. |
175:16 | Warning | The "h3" header element contains no text. Header elements are important and should contain appropriate header text. |
178:16 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
201:14 | Message | [41] The "div" tag has no attributes. Attributes are normally used with the "div" element to provide functionality. |
203:16 | Warning | The "h3" header element contains no text. Header elements are important and should contain appropriate header text. |
206:16 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
229:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (429, 192 unique): alcune (1x), all'interno (1x), alle (1x), anche (1x), anni (1x), appartengono (1x), arco (1x), aree (1x), Benvenuto (1x), c'è (1x), Calendario (1x), campioni (1x), canale (1x), Carta (1x), cioè (1x), classi (1x), commento (1x), completa (1x), comprendono (1x), Contatti (1x), contenuti (1x), contestuali (1x), coprono (1x), corpo (1x), costruita (1x), costruito (1x), cui (1x), culturale (1x), d'Italia (1x), Dalle (1x), decorativi (1x), dell'immagine (1x), dell'utente (1x), Denominazione (1x), dimensioni (1x), diversi (1x), dovrà (1x), edilizi (1x), Eseguiti (1x), eventi (1x), evitano (1x), fai (1x), ferma (1x), Filmato (1x), finestre (1x), frutiger (1x), genitore (1x), Geologica (1x), Guida (1x), immagine (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 10737 bytes; 7.5s@14.4Kbps, 3.7s@28.8, 2.1s@50, 1.7s@64, 0.8s@128, 0.3s@384, 0.2s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.05s, 3 errors, 3 warnings, 17 messages, 13 validator comments, 239 lines, 128 tags (115 closed), 57 document comments, 12 entities, 323 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
18:11 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
25:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
39:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
78:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
83:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
83:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
83:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
95:14 | Error | The "dt" tag must have an end tag (</dt>) but the end tag was not found. <dt class="attivo"> <a href="index_collezioni.htm">Le collezioni</a> <br> |
123:11 | Error | The end tag for "dt" (opened in line 95) should appear before the end tag for "dl" (nesting error). </dl> |
126:8 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td id="Contenuti"><!-- Blocco centrale della pagina --> |
128:36 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
135:6 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
137:18 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the CSS "text-align: center" instead. |
151:12 | Error | The "td" element cannot be used here. It is nested in another "td" tag and cannot be nested. Has the previous "td" element been ended? This element may be contained in "tr". This element may not be contained in "td" and "th". <td id="MenuDestro"> |
153:9 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
173:3 | Error | The end tag for "td" (opened in line 126) should appear before the end tag for "tr" (nesting error). </tr> |
177:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (333, 194 unique): acquisti (1x), alla (1x), alle (1x), antichi (1x), Benvenuto (1x), c'è (1x), Calendario (1x), canale (1x), carattere (1x), Carta (1x), categorie (1x), che (1x), chiusura (1x), cioè (1x), classi (1x), commento (1x), completa (1x), comprendono (1x), connesse (1x), consentono (1x), Consistente (1x), Contatti (1x), contenente (1x), contengono (1x), contenuti (1x), contestuali (1x), corpo (1x), costituite (1x), costruita (1x), costruito (1x), cui (1x), dal (1x), dall (1x), dalle (1x), dati (1x), dell'immagine (1x), dell'utente (1x), delle (1x), Denominazione (1x), derivano (1x), devono (1x), donazioni (1x), dovrà (1x), elementi (1x), ereditate (1x), essendo (1x), estero (1x), eventi (1x), evitano (1x), fai (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 7925 bytes; 5.5s@14.4Kbps, 2.8s@28.8, 1.6s@50, 1.2s@64, 0.6s@128, 0.2s@384, 0.2s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 6 errors, 0 warnings, 14 messages, 13 validator comments, 188 lines, 109 tags (96 closed), 27 document comments, 24 entities, 270 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
17:11 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
22:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
36:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
75:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
79:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
79:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
79:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
90:14 | Error | The "dt" tag must have an end tag (</dt>) but the end tag was not found. <dt class="attivo"> <a href="index_collezioni.htm">Le collezioni</a> <br> |
116:11 | Error | The end tag for "dt" (opened in line 90) should appear before the end tag for "dl" (nesting error). </dl> |
121:8 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td id="Contenuti"><!-- Blocco centrale della pagina --> |
123:36 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
128:6 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
130:18 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the CSS "text-align: center" instead. |
144:8 | Error | The "td" element cannot be used here. It is nested in another "td" tag and cannot be nested. Has the previous "td" element been ended? This element may be contained in "tr". This element may not be contained in "td" and "th". <td id="MenuDestro"> |
146:9 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
169:3 | Error | The end tag for "td" (opened in line 121) should appear before the end tag for "tr" (nesting error). </tr> |
177:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (226, 133 unique): all'interno (1x), alle (1x), Benvenuto (1x), c'è (1x), Calendario (1x), canale (1x), caso (1x), chiusura (1x), cioè (1x), classi (1x), Collegamenti (1x), commento (1x), completa (1x), consentono (1x), conservazione (1x), Contatti (1x), contenente (1x), contengono (1x), contenuti (1x), contestuali (1x), corpo (1x), costruita (1x), costruito (1x), cui (1x), Cynotherium (1x), dell'immagine (1x), dell'utente (1x), Denominazione (1x), devono (1x), dovrà (1x), elementi (1x), Esposizione (1x), eventi (1x), evitano (1x), evoluzione (1x), fai (1x), ferma (1x), Filmato (1x), finestre (1x), fissi (1x), Fossili (1x), frutiger (1x), genitore (1x), gli (1x), Guida (1x), immagine (1x), inferiori (1x), Informazioni (1x), inserite (1x), italiani (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 6903 bytes; 4.8s@14.4Kbps, 2.4s@28.8, 1.4s@50, 1.1s@64, 0.5s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 6 errors, 0 warnings, 14 messages, 13 validator comments, 188 lines, 115 tags (102 closed), 27 document comments, 12 entities, 285 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
17:10 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
20:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
34:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
73:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
77:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
77:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
77:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
116:37 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
137:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (282, 165 unique): ai (1x), all'interno (1x), alle (1x), Arte (1x), Attivit (1x), Benvenuto (1x), Biblioteca (1x), c'è (1x), canale (1x), caso (1x), chiusura (1x), cioè (1x), classi (1x), commento (1x), completa (1x), comunicazione (1x), consentono (1x), consulta (1x), Contatti (1x), contenente (1x), contengono (1x), contenuti (1x), contestuali (1x), corpo (1x), costruita (1x), costruito (1x), cui (1x), dal (1x), dedicata (1x), dell'immagine (1x), dell'umanità (1x), dell'utente (1x), delle (1x), Denominazione (1x), devono (1x), dicembre (1x), dismesso (1x), documenti (1x), dovrà (1x), durante (1x), elementi (1x), evento (1x), evitano (1x), evoluzione (1x), fai (1x), ferma (1x), Filmato (1x), finestre (1x), fissi (1x), frutiger (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 6609 bytes; 4.6s@14.4Kbps, 2.3s@28.8, 1.3s@50, 1.0s@64, 0.5s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 1 error, 0 warnings, 11 messages, 12 validator comments, 146 lines, 92 tags (83 closed), 25 document comments, 11 entities, 240 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
15:2 | Message (Microsoft Internet Explorer) [CSS] | [600] The "behavior" CSS property is not an official CSS property and is only supported by Internet Explorer 5.0+. Firefox, Netscape, Opera, and most other browsers do not support this property. |
17:10 | Message (Good Style) [CSS] | When a foreground color is defined, it is recommended that a background color also be defined (by using the "background" or "background-color" property). This helps to avoid conflict with user-defined style sheets and to improve accessibility. |
20:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
24:2 | Error | The "div" tag must have an end tag (</div>) but the end tag was not found. <div class="width"> |
25:4 | Error | The "div" tag must have an end tag (</div>) but the end tag was not found. <div class="minwidth"> |
26:6 | Error | The "div" tag must have an end tag (</div>) but the end tag was not found. <div class="container"> |
34:16 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
73:35 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
76:2 | Error | The "div" tag must have an end tag (</div>) but the end tag was not found. <div id="CorpoPagina"> |
77:61 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
77:4 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
77:4 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
84:252 | Error | The "dl" tag must have an end tag (</dl>) but the end tag was not found. <!-- il menu' di navigazione principale è costruito con una "definition list" in cui i primi livelli sono i <dt> ("definition title") ed i loro sttolivelli sono liste non ordinate all'interno del <dd> ("definition data") --> <dl> |
89:14 | Error | The "dt" tag must have an end tag (</dt>) but the end tag was not found. <dt class="primo"> <a href="index_collezioni.htm">Le collezioni</a> <br> |
90:16 | Error | The "p" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <p> </p> |
107:4 | Error | The "div" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:93 | Error | The "span" tag must have an end tag (</span>) but the end tag was not found. <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:116 | Warning | The "FONT" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
107:116 | Error | The "FONT" tag must have an end tag (</FONT>) but the end tag was not found. <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:176 | Error | The end tag for "FONT" (opened in line 107) should appear before the end tag for "strong" (nesting error). <div align="left"><strong><a href="index_eventi.htm" class="ultimo">Calendario eventi</a><span class="Section1"><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></strong><strong><FONT SIZE="2" FACE="Verdana, Arial, Helvetica, sans-serif"></FONT></strong></div> |
107:185 | Warning | The "strong" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
107:193 | Warning | The "FONT" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
107:116 | Message (Deprecated) | [9] The "FONT" element and all of its attributes are deprecated in HTML 4.01 and XHTML in favor of using style sheets (use the "color", "font", "font-family", "font-size", and other CSS font properties instead). |
114:55 | Message (Good Style) | It is usually best not to specify the actual index document name "index.htm". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. |
117:15 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the CSS "text-align: center" instead. |
130:49 | Error | The end tag for "div" (opened in line 116) should appear before the end tag for "td" (nesting error). <p align="justify"> </p></td> |
136:2 | Error | The "div" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <div class="Footer"> |
137:4 | Error | The "p" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <p class="FasciaFooter"></p> |
137:4 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
138:4 | Error | The "p" element cannot be used here. It is contained in a "dl" tag that cannot contain it. This element may be contained in "body", "dd", "td", and "th". This element may not be contained in "dl" and "table". <p> </p> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="Contenuti"> ... </a> or <a name="Contenuti" id="Contenuti"> ... </a> instead. | |
Comment | Possibly misspelled words (317, 177 unique): aderire (1x), Agenzia (1x), all'interno (1x), alle (1x), andr (1x), Associazione (1x), Benvenuto (1x), c'è (1x), canale (1x), caso (1x), che (1x), cioè (1x), circuito (1x), classi (1x), collabora (1x), commento (1x), compilando (1x), completa (1x), concluso (1x), consentono (1x), consultabile (1x), Contatti (1x), contenente (1x), contengono (1x), contenuti (1x), contestuali (1x), corpo (1x), costruita (1x), costruito (1x), cui (1x), culturali (1x), dal (1x), dell'immagine (1x), dell'utente (1x), Denominazione (1x), devono (1x), dimesso (1x), dismessi (1x), disponibile (1x), dovrà (1x), ecomusei (1x), elementi (1x), evitano (1x), fa (1x), fai (1x), favorire (1x), ferma (1x), Filmato (1x), finestre (1x), fini (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 7193 bytes; 5.0s@14.4Kbps, 2.5s@28.8, 1.4s@50, 1.1s@64, 0.6s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 16 errors, 3 warnings, 13 messages, 13 validator comments, 141 lines, 100 tags (77 closed), 24 document comments, 26 entities, 252 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
4:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
27:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
48:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
48:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
48:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
102:2 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
105:218 | Warning | [28] The "H2" tag is contained in a "A" tag (which was opened in line 105). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Firefox, Mozilla, and Opera. Possible solutions: 1. Close the "A" tag before using the "H2" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "H2" tag; 2. Eliminate the "H2" tag; or 3. Reorder the "H2" and "A" tags. |
109:204 | Warning | [28] The "H2" tag is contained in a "A" tag (which was opened in line 109). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Firefox, Mozilla, and Opera. Possible solutions: 1. Close the "A" tag before using the "H2" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "H2" tag; 2. Eliminate the "H2" tag; or 3. Reorder the "H2" and "A" tags. |
123:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
139:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
140:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | Possibly misspelled words (101, 68 unique): Abruzzo (1x), Accreditamento (1x), Approfondimenti (1x), behavior.css (1x), benefici (1x), Benvenuto (1x), che (1x), chiusura (1x), Comitato (1x), concessione (1x), Contatti (1x), Contenuti (1x), corpo (1x), CorpoPagina (1x), delle (1x), disposizioni (1x), Documentazione (1x), Ecoaudit (1x), endif (1x), foglia (1x), generale (1x), il (1x), le (1x), legali (1x), legge (1x), lte (1x), Mappa (1x), MenuDestro (1x), navigazione (1x), nome (1x), Normativa (1x), pagina (1x), portale (1x), prevedono (1x), pricipali (1x), principale (1x), Regione (1x), Registrazione (1x), Rete (1x), Ricerca (1x), Rubriche (1x), Salta (1x), semplificazioni (1x), sito (1x), Statistiche (1x), struttura (1x), stylesheet (1x), terzo (1x), utilit (1x), Vai (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 5450 bytes; 3.8s@14.4Kbps, 1.9s@28.8, 1.1s@50, 0.9s@64, 0.4s@128, 0.1s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.03s, 1 error, 3 warnings, 9 messages, 12 validator comments, 149 lines, 95 tags (86 closed), 19 document comments, 6 entities, 261 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
4:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
27:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
48:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
48:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
48:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
102:2 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
108:5 | Error (HTML 4.0 Compatibility) | [81] The "align" attribute may not be used with the "H2" element in a strict HTML 4.0/4.01 document. Instead of ALIGN="CENTER", consider using the CSS "text-align: center" instead. <H2 ALIGN="CENTER">POR CALABRIA 2000-2006</H2> |
108:5 | Message (Deprecated) | [9] The "ALIGN" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of ALIGN="CENTER", consider using the CSS "text-align: center" instead. |
109:5 | Error (HTML 4.0 Compatibility) | [81] The "align" attribute may not be used with the "H3" element in a strict HTML 4.0/4.01 document. Instead of ALIGN="CENTER", consider using the CSS "text-align: center" instead. <H3 ALIGN="CENTER">ASSE IV - Sistemi Locali di Sviluppo</H3> |
111:2 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
113:16 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 113. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "–" instead of this character. |
114:4 | Error (HTML 4.0 Compatibility) | [81] The "align" attribute may not be used with the "P" element in a strict HTML 4.0/4.01 document. Instead of ALIGN="JUSTIFY", consider using the CSS "text-align: justify" instead. <P ALIGN="JUSTIFY">La Misura si pone l’obiettivo di rafforzare il tessuto produttivo regionale, attraverso interventi mirati alla crescita ed alla competitività delle imprese esistenti, al sostegno alla nascita di nuove imprese, alla riqualificazione del sistema dei servizi reali e dei mercati finanziari, alla modernizzazione del settore commerciale. |
114:39 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 114. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "’" instead of this character. |
115:187 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 115. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "’" instead of this character. |
117:2 | Warning | [56] The "UL" tag is contained in a "P" tag that was opened in line 114. This is against the HTML specification and may cause problems with some browsers. |
119:128 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 119. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "’" instead of this character. |
123:2 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
125:21 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 125. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "’" instead of this character. |
127:18 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 127. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "’" instead of this character. |
130:33 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 130. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "’" instead of this character. |
132:291 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 132. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "’" instead of this character. |
146:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
162:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
163:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (347, 217 unique): Accreditamento (1x), Agevolazione (1x), aggregazione (1x), all’interno (1x), all’offerta (1x), allo (1x), altre (1x), analisi (1x), anche (1x), anni (1x), Approfondimenti (1x), articolati (1x), artigiane (1x), ASSE (1x), attivati (1x), attività (1x), attuazione (1x), Azione (1x), azioni (1x), bandi (1x), behavior.css (1x), Benvenuto (1x), che (1x), chiusura (1x), coerenza (1x), Comitato (1x), commerciale (1x), commercializzazione (1x), commercio (1x), connessione (1x), consortili (1x), consorziati (1x), Contatti (1x), Contenuti (1x), corpo (1x), CorpoPagina (1x), costituite (1x), costituzione (1x), culturale (1x), d’investimento (1x), dal (1x), dalla (1x), dalle (1x), dedicati (1x), degli (1x), dell’artigianato (1x), dell’Asse (1x), Documentazione (1x), dovranno (1x), Ecoaudit (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #7 - Each page on a site should have its own unique title. Every title should contain appropriate keywords and search terms that are relevent to the page. | |
Comment (Search Engine) | [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment (Search Engine) | [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. | |
Comment | An ICRA RDF label was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. It is recommended that every page include an ICRA label. For more information, please visit http://www.icra.org/. | |
Comment | [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation. | |
Comment | 7657 bytes; 5.3s@14.4Kbps, 2.7s@28.8, 1.5s@50, 1.2s@64, 0.6s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 4 errors, 10 warnings, 12 messages, 13 validator comments, 172 lines, 109 tags (101 closed), 19 document comments, 6 entities, 294 programs run. |
Multiple page report: Previous | Summary 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 | Next