[666] Batch Wizard Report

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 58 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

Summary Report (Partial)

1. Documents that have errors

2. Documents that have warnings

3. Documents that have no errors or warnings

Validation Reports

http://www.apat.gov.it/INQUA/Export.asp?eq=IT16880605m

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
69:22WarningAt least one character (codepoint) between 128 and 159 (inclusive) was found on line 69. 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 "&#8217;" instead of this character.
221:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

221:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
221:4Message (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.
 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.
 CommentYou 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.
 CommentPossibly misspelled words (51, 33 unique): Alvignan (1x), Alvignano (1x), Benevent (1x), Benevento (1x), Cavoti (1x), Cerreto (1x), Cerretos (1x), d'Alife (1x), de’ (1x), EEE (1x), Equense (1x), lat (1x), Lorenzello (1x), Lupo (1x), Molara (1x), Montoro (1x), MontorSu (1x), Piedimon (1x), Piedimonte (1x), S.Lorenz (1x), S.Lupo (1x), S.MarcoC (1x), SanGior (1x), sannita (1x), superiore (1x), Vico (1x), VicoEq (1x), Apice (2x), Atella (2x), Loc (2x), Napoli (2x), Pomarico (2x), Sannio (14x). Complete list.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #1 - Do not use hidden text or keywords, small text, comments, popular but unrelated words, etc. to try to 'cheat' to gain better search engine rankings. This is dishonest and considered to be a type of search engine spamming. Many search engines penalize sites for spamming as soon as it is detected.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment8697 bytes; 6.0s@14.4Kbps, 3.0s@28.8, 1.7s@50, 1.4s@64, 0.7s@128, 0.2s@384, 0.2s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps.
 Comment0.06s, 1 error, 3 warnings, 9 messages, 13 validator comments, 223 lines, 318 tags (316 closed), 0 document comments, 3 entities, 657 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=IT16940905m

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
195:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

195:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
195:4Message (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.
 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.
 CommentPossibly misspelled words (48, 22 unique): Calitr (1x), Calitri (1x), Collian (1x), Colliano (1x), EEE (1x), lat (1x), Napol (1x), Napoli (1x), Riciglia (1x), Ricigliano (1x), Sorrent (1x), Sorrento (1x), Stiglian (1x), Stigliano (1x), Tricaric (1x), Tricarico (1x), Bisaccia (2x), Capua (2x), Loc (2x), Teora (2x), Basilicata (12x), Irpinia (12x). Complete list.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #1 - Do not use hidden text or keywords, small text, comments, popular but unrelated words, etc. to try to 'cheat' to gain better search engine rankings. This is dishonest and considered to be a type of search engine spamming. Many search engines penalize sites for spamming as soon as it is detected.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment7711 bytes; 5.4s@14.4Kbps, 2.7s@28.8, 1.5s@50, 1.2s@64, 0.6s@128, 0.2s@384, 0.2s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps.
 Comment0.06s, 1 error, 2 warnings, 9 messages, 12 validator comments, 197 lines, 276 tags (274 closed), 0 document comments, 3 entities, 573 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=IT18050726m

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
689:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

689:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
689:4Message (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.
 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.
 CommentPossibly misspelled words (166, 96 unique): ACQUAVIV (1x), Acquaviva (1x), AGNON (1x), Agnone (1x), ALVIG (1x), Alvignanello (1x), Alvignano (1x), BAGNO (1x), Bagnoli (1x), Bartolomeo (1x), CAIAZ (1x), Caiazzo (1x), CAMPOBAS (1x), Campobasso (1x), CANTALUP (1x), Cantalupo (1x), CAROVILL (1x), Carovilli (1x), CASTELF (1x), Castelfranco (1x), CASTELVE (1x), Castelvenere (1x), CIVITANO (1x), Civitanova (1x), CIVITELL (1x), Civitella (1x), Croce (1x), d'Isernia (1x), dell'Arco (1x), di (1x), EEE (1x), Elia (1x), Formicola (1x), Galdo (1x), GUARDIAR (1x), Guardiaregia (1x), Lago (1x), LAGOMATE (1x), lat (1x), Licino (1x), Lorenzello (1x), MADONNA (1x), Matese (1x), MELIZZAN (1x), Melizzano (1x), Miscano (1x), Molara (1x), MONTAGAN (1x), Montagano (1x), Monteverna (1x). List limited to first 50 unique words.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #1 - Do not use hidden text or keywords, small text, comments, popular but unrelated words, etc. to try to 'cheat' to gain better search engine rankings. This is dishonest and considered to be a type of search engine spamming. Many search engines penalize sites for spamming as soon as it is detected.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment27931 bytes; 19.4s@14.4Kbps, 9.7s@28.8, 5.6s@50, 4.4s@64, 2.2s@128, 0.7s@384, 0.5s@512, 0.4s@768, 0.2s@1.5Mbps, 0.0s@10Mbps.
 Comment0.20s, 1 error, 2 warnings, 9 messages, 12 validator comments, 691 lines, 1074 tags (1072 closed), 0 document comments, 3 entities, 2164 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=IT19300723m

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
832:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

832:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
832:4Message (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.
 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.
 CommentPossibly misspelled words (204, 106 unique): Andreatt (1x), Andretta (1x), Anzano (1x), AnzanoPu (1x), Aquiloni (1x), Aquilonia (1x), Ascoli (1x), AscoliSa (1x), Baronia (1x), Battista (1x), Bisacc (1x), Bisaccia (1x), Buonalbe (1x), Buonalbergo (1x), Calitr (1x), Calitri (1x), Canale (1x), CapoCan (1x), Caposel (1x), Caposele (1x), CastBaro (1x), Castelbaronia (1x), Caudio (1x), Conturs (1x), Contursi (1x), Durazz (1x), Durazzano (1x), EEE (1x), Felice (1x), Guardial (1x), Guardialfiera (1x), Lacedon (1x), Lacedonia (1x), lat (1x), Massella (1x), Mercaldi (1x), MercarVe (1x), Molara (1x), Montecal (1x), Montecalvo (1x), Montener (1x), Montenero (1x), Mortelit (1x), Mortelito (1x), Occhito (1x), Pomiglia (1x), Pomigliano (1x), Pontelat (1x), Pontelatone (1x), Puglia (1x). List limited to first 50 unique words.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Good Style)This document is approximately 33899 bytes. Some people may consider this document to be too large. It is generally a good idea to limit the size of HTML and XHTML documents so that they do not contain too much information and also so that they load faster. This message displays for documents over 30,000 bytes.
 Comment (Search Engine)[113] Random Search Engine Tip #1 - Do not use hidden text or keywords, small text, comments, popular but unrelated words, etc. to try to 'cheat' to gain better search engine rankings. This is dishonest and considered to be a type of search engine spamming. Many search engines penalize sites for spamming as soon as it is detected.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment33899 bytes; 23.5s@14.4Kbps, 11.8s@28.8, 6.8s@50, 5.3s@64, 2.6s@128, 0.9s@384, 0.7s@512, 0.4s@768, 0.2s@1.5Mbps, 0.0s@10Mbps.
 Comment0.23s, 1 error, 2 warnings, 9 messages, 13 validator comments, 834 lines, 1305 tags (1303 closed), 0 document comments, 3 entities, 2629 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=IT19801123m

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
884:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

884:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
884:4Message (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.
 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.
 CommentPossibly misspelled words (225, 118 unique): Alburni (1x), AVIGLIAN (1x), Avigliano (1x), Basilicata (1x), BRINDMON (1x), CALABRIT (1x), CALABRITTO (1x), CAMPAGN (1x), Campagna (1x), CAMPANIA (1x), CASTELFR (1x), Castelfranci (1x), CASTELG (1x), Castelgrande (1x), CASTELNU (1x), CASTELNUOVO (1x), Citra (1x), CONZADEL (1x), Corvino (1x), DELLA (1x), Domenico (1x), EEE (1x), Fele (1x), Irpina (1x), LAGOLACE (1x), Lagolaceno (1x), lat (1x), LUCANIA (1x), Marzano (1x), MCORVINO (1x), Molara (1x), Montagna (1x), MONTCALV (1x), Montecalvo (1x), MUROLUCA (1x), MUROLUCANO (1x), OLIVECIT (1x), Oliveto (1x), PAGOVAIA (1x), Pagovaiano (1x), PALOMONT (1x), Palomonte (1x), PESCOPAG (1x), Pescopagano (1x), PONTECAG (1x), Pontecagnano (1x), POTENZA (1x), Pugliano (1x), ROCCASFE (1x), ROCCASFELICE (1x). List limited to first 50 unique words.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Good Style)This document is approximately 36040 bytes. Some people may consider this document to be too large. It is generally a good idea to limit the size of HTML and XHTML documents so that they do not contain too much information and also so that they load faster. This message displays for documents over 30,000 bytes.
 Comment (Search Engine)[113] Random Search Engine Tip #16 - Don't use "&id=" as a parameter in URLs as some search engines like Google won't include these URLs in their listings.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment36040 bytes; 25.0s@14.4Kbps, 12.5s@28.8, 7.2s@50, 5.6s@64, 2.8s@128, 0.9s@384, 0.7s@512, 0.5s@768, 0.2s@1.5Mbps, 0.0s@10Mbps.
 Comment0.34s, 1 error, 2 warnings, 9 messages, 13 validator comments, 886 lines, 1389 tags (1387 closed), 0 document comments, 3 entities, 2799 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=JP19950117

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
91:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

91:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
91:4Message (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.
 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.
 CommentPossibly misspelled words (16, 10 unique): EEE (1x), HIRABAYA (1x), Hirabayashi (1x), lat (1x), NASHIMOT (1x), Nashimoto (1x), EZAKI (2x), Loc (2x), OGURA (2x), Hyogo (4x). Complete list.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #16 - Don't use "&id=" as a parameter in URLs as some search engines like Google won't include these URLs in their listings.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment3349 bytes; 2.3s@14.4Kbps, 1.2s@28.8, 0.7s@50, 0.5s@64, 0.3s@128, 0.1s@384, 0.1s@512, 0.0s@768, 0.0s@1.5Mbps, 0.0s@10Mbps.
 Comment0.03s, 1 error, 2 warnings, 9 messages, 12 validator comments, 93 lines, 108 tags (106 closed), 0 document comments, 3 entities, 233 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=JP20041023m

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
78:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

78:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
78:4Message (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.
 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.
 CommentPossibly misspelled words (13, 8 unique): EEE (1x), lat (1x), Toge (1x), YUKITOGE (1x), Loc (2x), OJIYA (2x), URAE (2x), Niigata (3x). Complete list.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #16 - Don't use "&id=" as a parameter in URLs as some search engines like Google won't include these URLs in their listings.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment2837 bytes; 2.0s@14.4Kbps, 1.0s@28.8, 0.6s@50, 0.4s@64, 0.2s@128, 0.1s@384, 0.1s@512, 0.0s@768, 0.0s@1.5Mbps, 0.0s@10Mbps.
 Comment0.02s, 1 error, 2 warnings, 9 messages, 12 validator comments, 80 lines, 87 tags (85 closed), 0 document comments, 3 entities, 192 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=PE15860710M

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
52:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

52:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
52:4Message (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.
 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.
 CommentPossibly misspelled words (7, 6 unique): CALLAO (1x), CALLAOLI (1x), EEE (1x), lat (1x), LIMA (1x), Loc (2x). Complete list.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #16 - Don't use "&id=" as a parameter in URLs as some search engines like Google won't include these URLs in their listings.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment1725 bytes; 1.2s@14.4Kbps, 0.6s@28.8, 0.3s@50, 0.3s@64, 0.1s@128, 0.0s@384, 0.0s@512, 0.0s@768, 0.0s@1.5Mbps, 0.0s@10Mbps.
 Comment0.02s, 1 error, 2 warnings, 9 messages, 12 validator comments, 54 lines, 45 tags (43 closed), 0 document comments, 3 entities, 111 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=PE16041124M

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
52:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

52:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
52:4Message (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.
 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.
 CommentPossibly misspelled words (7, 5 unique): EEE (1x), lat (1x), TACNAPE (1x), Loc (2x), TACNA (2x). Complete list.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #16 - Don't use "&id=" as a parameter in URLs as some search engines like Google won't include these URLs in their listings.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment1724 bytes; 1.2s@14.4Kbps, 0.6s@28.8, 0.3s@50, 0.3s@64, 0.1s@128, 0.0s@384, 0.0s@512, 0.0s@768, 0.0s@1.5Mbps, 0.0s@10Mbps.
 Comment0.01s, 1 error, 2 warnings, 9 messages, 12 validator comments, 54 lines, 45 tags (43 closed), 0 document comments, 3 entities, 111 programs run.

[ Summary ] [ To the top ]

http://www.apat.gov.it/INQUA/Export.asp?eq=PE16871020M

Line:charTypeMessage 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.
7:2Message (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.
7:8Message (Search Engine)[8] This document's title contains only 1 word. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable.
10:2WarningIn XHTML documents, style and script content must not be in a comment because it technically means that the browser will see it as a comment and not as actual style or script content (though browsers are currently forgiving about this). However, not using comments makes your document less compatible with pre HTML 3.2 browsers (but most browsers now in use are HTML 3.2+ compatible). For maximum compatibility, consider putting the style information in an external style sheet. The next best option for XHTML documents is to not put the style information in a comment because this is technically not what you want even though it may work with today's browsers.
12:2Message (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.
15:10Message (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:2Message (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.
22:9Message (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.
52:31Error"onClick" contains uppercase characters. All start tags, end tags, and tag attributes must be in lowercase because this is an XHTML document.

<p align="center"><a href="#" onClick="window.close()"></a>&nbsp;</p>
 

52:58WarningThe "a" tag contains no link text. Though it is not technically required, it is recommended that all "a" elements contain appropriate link text or an appropriate element, like "img".
52:4Message (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.
 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.
 CommentPossibly misspelled words (7, 6 unique): CALLAO (1x), CAÑETE (1x), CAÑETEPE (1x), EEE (1x), lat (1x), Loc (2x). Complete list.
 CommentXHTML 1.0 Transitional document detected.
 Comment[24] The XHTML recommendation strongly encourages that an XML declaration be used as the first line (line 1) of every XHTML document. For example, for XHTML and WML documents, something similar to <?xml version="1.0" encoding="UTF-8"?> or simply <?xml version="1.0"?> should be the first line. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. However, in practice, correctly using an XML declaration may cause problems, such as triggering Internet Explorer 6's "quirks" mode (which causes non-standards compliant rendering). Because of this, consider not using an XML declaration.
 Comment (Search Engine)[113] Random Search Engine Tip #16 - Don't use "&id=" as a parameter in URLs as some search engines like Google won't include these URLs in their listings.
 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.
 CommentAn 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.
 CommentCSE 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.
 Comment1733 bytes; 1.2s@14.4Kbps, 0.6s@28.8, 0.3s@50, 0.3s@64, 0.1s@128, 0.0s@384, 0.0s@512, 0.0s@768, 0.0s@1.5Mbps, 0.0s@10Mbps.
 Comment0.02s, 1 error, 2 warnings, 9 messages, 12 validator comments, 54 lines, 45 tags (43 closed), 0 document comments, 3 entities, 111 programs run.

[ Summary ] [ To the top ]

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 58 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