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 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. | |
5: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. |
49:2 | 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. |
52:35 | 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. |
118:3 | 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. |
120:8 | 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. |
130:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
152:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
170:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
201:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
224:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 229. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
241:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
263:5 | 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. |
267:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
269:6 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 269. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
271:7 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 271. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
274:104 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 274. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
275:6 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
276:4 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="justify", consider using the CSS "text-align: justify" instead. |
277:649 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 277. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
278:80 | Warning | Using space characters in URLs may cause problems. If spaces must be used in URLs, then they should be encoded as "%20" (without the quotes). However, avoid spaces in URLs whenever possible and consider using the underscore character (_) instead of space characters in directory names and filenames. |
278:80 | Warning | [33] The "href" attribute has a value that has leading or trailing space characters. These spaces should probably be removed. |
279:151 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 279. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
281:6 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 281. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
285:25 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 285. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
286:408 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 286. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
288:231 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 288. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
291:91 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 291. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
339:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 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 (933, 355 unique): accreditate (1x), adeguamento (1x), aggiornamento (1x), agli (1x), allo (1x), altra (1x), altri (1x), Altro (1x), amianto (1x), analitici (1x), analizzano (1x), Annali (1x), appartengono (1x), applicazione (1x), approvati (1x), armonizzato (1x), aromatici (1x), arpa (1x), atmosfera (1x), attivi (1x), attuazione (1x), avvenuta (1x), avviato (1x), avvio (1x), behavior.css (1x), Biblioteca (1x), biologici (1x), BodyTotale (1x), campi (1x), campionamento (1x), campione (1x), caratterizzazione (1x), CARG (1x), Cartografia (1x), centro (1x), chimici (1x), Collegati (1x), Commissione (1x), condiviso (1x), confermato (1x), contaminati (1x), Contatti (1x), contenuti (1x), contiene (1x), conto (1x), controllati (1x), Coste (1x), dell'Ambiente (1x), dell'APAT (1x), determinazione (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #5 - Be sure to use meta description and keywords tags in the head section. While some search engines may not use these tags, some do. | |
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 | 20524 bytes; 14.3s@14.4Kbps, 7.1s@28.8, 4.1s@50, 3.2s@64, 1.6s@128, 0.5s@384, 0.4s@512, 0.3s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.09s, 1 error, 20 warnings, 10 messages, 12 validator comments, 341 lines, 218 tags (182 closed), 17 document comments, 15 entities, 632 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. | |
5: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. |
49:2 | 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. |
52:35 | 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. |
118:3 | 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. |
120:8 | 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. |
130:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
152:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
170:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
201:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
224:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 229. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
241:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
263:5 | 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. |
267:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
269:343 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 269. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
271:2 | Warning | [56] The "TABLE" tag is contained in a "P" tag that was opened in line 270. This is against the HTML specification and may cause problems with some browsers. |
274:34 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TD vAlign=top width=652 bgColor=#fcf5e2>Messa a punto di una metodologia di reporting ambientale a livello regionale<BR>(<A title="Visualizza la pagina relativa al progetto" href="/site/it-IT/Progetti/Legge_93_01_-_Disposizioni_in_campo_ambientale/Progetti_a_gestione_APAT/Progetto_1/">Progetto 1</A>)</TD></TR> |
274:26 | Message (Deprecated) | [9] The "bgcolor" attribute for the "TD" and "th" elements is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of the "bgColor" attribute, consider using the CSS property "background-color". Example: style="background-color: #fcf5e2". |
278:34 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TD vAlign=top width=652 bgColor=#fcf5e2>Centro di Gestione del Software open source prodotto ed utilizzato in ambito SINANET (<A title="Visualizza la pagina relativa al progetto" href="/site/it-IT/Progetti/Legge_93_01_-_Disposizioni_in_campo_ambientale/Progetti_a_gestione_APAT/Progetto_3/">Progetto 3</A>)</TD></TR> |
282:34 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TD vAlign=top width=652 bgColor=#fcf5e2>Adeguamento dei sistemi di qualità dei laboratori ambientali: passaggio dalla norma UNI CEI EN 45001 alla norma ISO UNI CEI EN 17025 (<A title="Visualizza la pagina relativa al progetto" href="/site/it-IT/Progetti/Legge_93_01_-_Disposizioni_in_campo_ambientale/Progetti_a_gestione_APAT/Progetto_6/">Progetto 6</A>)</TD></TR> |
286:34 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TD vAlign=top width=652 bgColor=#fcf5e2>Realizzazione di un laboratorio metrologico per acustica e applicazioni in campo ambientale (<A title="Visualizza la pagina relativa al progetto" href="/site/it-IT/Progetti/Legge_93_01_-_Disposizioni_in_campo_ambientale/Progetti_a_gestione_APAT/Progetto_8/">Progetto 8</A>)</TD></TR> |
290:34 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TD vAlign=top width=652 bgColor=#fcf5e2>Repertorio dati inerenti la difesa del suolo (<A title="Visualizza la pagina relativa al progetto" href="/site/it-IT/Progetti/Legge_93_01_-_Disposizioni_in_campo_ambientale/Progetti_a_gestione_APAT/Progetto_10/">Progetto 10</A>)</TD></TR> |
294:34 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TD vAlign=top width=652 bgColor=#fcf5e2>POLL-NET. Realizzazione di una rete nazionale di monitoraggio pollini e spore fungine d'interesse allergenico, agronomico e ambientale (<A title="Visualizza la pagina relativa al progetto" href="/site/it-IT/Progetti/Legge_93_01_-_Disposizioni_in_campo_ambientale/Progetti_a_gestione_APAT/Progetto_16/">Progetto 16</A>)</TD></TR> |
298:34 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TD vAlign=top width=652 bgColor=#fcf5e2>SIDes - Sistema informativo integrato per il monitoraggio, la valutazione, la mitigazione dei fenomeni di desertificazione nelle aree italiane particolarmente affette (<A title="Visualizza la pagina relativa al progetto" href="/site/it-IT/Progetti/Legge_93_01_-_Disposizioni_in_campo_ambientale/Progetti_a_gestione_APAT/Progetto_26/">Progetto 26</A>)</TD></TR> |
301:93 | 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. |
328:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
349:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 disable all the error messages for improperly quoted attribute values by having HTML Validator ignore and disregard the quotation mark requirements for attribute values. This option is in CSE HTML Validator's Validator Engine Options. However, it is recommended that you leave these error messages enabled and that you properly enclose attribute values in quotation marks. | |
Comment | You can use the Quick Quote Tool in the editor to quickly enclose all attribute values in quotation marks. | |
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 (417, 246 unique): Acque (1x), acustica (1x), Adeguamento (1x), adeguare (1x), affette (1x), Agenzia (1x), agenziali (1x), aggiornamento (1x), agronomico (1x), ai (1x), alcuni (1x), allergenico (1x), allo (1x), alte (1x), Ambiente (1x), Anagrafico (1x), Analisi (1x), Annali (1x), Antropico (1x), APPA (1x), applicazioni (1x), autorizza (1x), behavior.css (1x), benefici (1x), Biblioteca (1x), BodyTotale (1x), Caratterizzazione (1x), CARG (1x), Cartografia (1x), Castel (1x), Catasto (1x), CDR (1x), ceneri (1x), che (1x), Circuiti (1x), collaborazione (1x), Collegati (1x), competenze (1x), completamento (1x), confronti (1x), contaminati (1x), Contatti (1x), contiene (1x), controlli (1x), controllo (1x), coordinamento (1x), Coste (1x), costi (1x), d'interesse (1x), D.lgs. (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #5 - Be sure to use meta description and keywords tags in the head section. While some search engines may not use these tags, some do. | |
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 | 17530 bytes; 12.2s@14.4Kbps, 6.1s@28.8, 3.5s@50, 2.7s@64, 1.4s@128, 0.5s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.08s, 9 errors, 9 warnings, 11 messages, 14 validator comments, 351 lines, 225 tags (200 closed), 17 document comments, 8 entities, 652 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. | |
5: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. |
5:8 | Message (Search Engine) | [8] This document's title contains only 3 words. 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. |
49:2 | 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. |
52:35 | 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. |
121:3 | 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. |
123:8 | 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. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:5 | 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. |
271:2 | Warning | [56] The "TABLE" tag is contained in a "P" tag that was opened in line 270. This is against the HTML specification and may cause problems with some browsers. |
273:2 | Warning | [56] The "DIV" tag is contained in a "P" tag that was opened in line 270. This is against the HTML specification and may cause problems with some browsers. |
273:2 | Error | The "TBODY" element may directly contain only the "tr" element. The "DIV" element is not allowed here. <DIV id=__tmpFCKRemove__> </DIV> |
273:2 | Error | The "DIV" element cannot be used here. It is contained in a "table" 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 id=__tmpFCKRemove__> </DIV> |
273:26 | Error | Text is contained in a "table" element. Because it is contained here, it must also be contained in one of the following elements: "td" "th" "caption". <DIV id=__tmpFCKRemove__> </DIV> |
279:43 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 279. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
283:597 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 283. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
284:36 | Error | The end tag for "STRONG" was found, but "STRONG" was never opened, has been ended too many times, or cannot have an end tag. <P><STRONG>Obiettivi</STRONG>.<BR></STRONG>Nella situazione italiana, in cui i controlli ambientali sono affidati a numerose istituzioni territoriali, l’organizzazione dei circuiti di interconfronto sarebbe molto più efficace con l’istituzione di un Gruppo Tecnico Permanente (GTP), a livello regionale o multi regionale, coordinato dall’APAT, che possa raggiungere i seguenti obiettivi:</P> |
284:154 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 284. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
289:81 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 289. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
290:21 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 290. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
291:108 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 291. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
293:132 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 293. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
328:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
349:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 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 (667, 330 unique): Acque (1x), adeguate (1x), affidati (1x), agenziali (1x), aggiornamenti (1x), aggiornamento (1x), ai (1x), alla (1x), Allo (1x), Altro (1x), ambiente (1x), ambito (1x), anche (1x), Annali (1x), APPA (1x), approvati (1x), arco (1x), aree (1x), armonizzate (1x), assegnato (1x), assicurare (1x), attuale (1x), attuazione (1x), avvio (1x), azioni (1x), behavior.css (1x), ben (1x), Biblioteca (1x), BodyTotale (1x), CARG (1x), Cartografia (1x), certo (1x), coinvolgere (1x), coinvolti (1x), Collegati (1x), compito (1x), comune (1x), condotto (1x), confrontabili (1x), consenso (1x), consente (1x), conservare (1x), contaminati (1x), Contatti (1x), contiene (1x), controllare (1x), controllata (1x), controllataâ (1x), convalida (1x), coordinato (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #5 - Be sure to use meta description and keywords tags in the head section. While some search engines may not use these tags, some do. | |
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 | 18212 bytes; 12.6s@14.4Kbps, 6.3s@28.8, 3.6s@50, 2.8s@64, 1.4s@128, 0.5s@384, 0.4s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.08s, 6 errors, 16 warnings, 9 messages, 12 validator comments, 351 lines, 232 tags (200 closed), 17 document comments, 14 entities, 627 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. | |
5: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. |
49:2 | 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. |
52:35 | 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. |
118:3 | 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. |
120:8 | 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. |
130:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
152:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
170:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
201:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
224:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 229. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
241:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
263:5 | 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. |
267:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
269:387 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 269. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
271:2 | Warning | [56] The "TABLE" tag is contained in a "P" tag that was opened in line 270. This is against the HTML specification and may cause problems with some browsers. |
273:13 | Error | The attribute value "#f1f6e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TR bgColor=#f1f6e2> |
273:5 | Message (Deprecated) | [9] The "bgcolor" attribute for the "TR" element is deprecated in HTML 4.01 and XHTML in favor of using style sheets (use the "background-color" CSS property instead). |
275:2 | Warning | [56] The "DIV" tag is contained in a "P" tag that was opened in line 270. This is against the HTML specification and may cause problems with some browsers. |
275:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
277:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
279:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
282:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
284:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
286:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
289:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
291:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
293:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
294:13 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TR bgColor=#fcf5e2> |
296:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
298:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
300:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
303:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
305:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
307:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
310:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
312:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
314:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
315:13 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TR bgColor=#fcf5e2> |
317:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
319:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
321:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
324:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
326:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
328:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
331:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
333:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
335:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
338:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
340:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
342:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
343:13 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TR bgColor=#fcf5e2> |
345:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
347:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
349:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
352:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
354:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
356:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
359:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
361:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
363:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
366:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
368:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
370:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
371:13 | Error | The attribute value "#fcf5e2" for the "bgColor" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required. <TR bgColor=#fcf5e2> |
373:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
375:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
377:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
380:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
382:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
384:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
387:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
389:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
391:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
394:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
396:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
398:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
399:64 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 399. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
404:47 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 404. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
406:28 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 406. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
409:93 | 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. |
434:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
457:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 disable all the error messages for improperly quoted attribute values by having HTML Validator ignore and disregard the quotation mark requirements for attribute values. This option is in CSE HTML Validator's Validator Engine Options. However, it is recommended that you leave these error messages enabled and that you properly enclose attribute values in quotation marks. | |
Comment | You can use the Quick Quote Tool in the editor to quickly enclose all attribute values in quotation marks. | |
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="correlati"> ... </a> or <a name="correlati" id="correlati"> ... </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 (611, 308 unique): Abruzzo (1x), ACQUA (1x), adeguare (1x), Agenti (1x), Agenzia (1x), agenziali (1x), aggiornamento (1x), Alcuni (1x), alti (1x), Altro (1x), analitica (1x), analitiche (1x), Annali (1x), apertura (1x), applicata (1x), aree (1x), aromatici (1x), ARPAT (1x), ARTA (1x), arte (1x), atmosfera (1x), attori (1x), Basilicata (1x), behavior.css (1x), Biblioteca (1x), biologici (1x), BodyTotale (1x), campi (1x), Campionamento (1x), CARG (1x), caricare (1x), cartella (1x), Cartografia (1x), centro (1x), chimico (1x), circuito (1x), collaborazione (1x), Collegati (1x), complesse (1x), comune (1x), confronti (1x), Contatti (1x), contiene (1x), coordina (1x), Coordinamento (1x), Correlati (1x), Coste (1x), costi (1x), così (1x), cui (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #5 - Be sure to use meta description and keywords tags in the head section. While some search engines may not use these tags, some do. | |
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 | 22155 bytes; 15.4s@14.4Kbps, 7.7s@28.8, 4.4s@50, 3.5s@64, 1.7s@128, 0.6s@384, 0.4s@512, 0.3s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.11s, 7 errors, 13 warnings, 65 messages, 15 validator comments, 459 lines, 360 tags (327 closed), 17 document comments, 31 entities, 910 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. | |
5: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. |
5:8 | Message (Search Engine) | [8] This document's title contains only 3 words. 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. |
49:2 | 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. |
52:35 | 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. |
121:3 | 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. |
123:8 | 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. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:5 | 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. |
271:2 | Warning | [56] The "TABLE" tag is contained in a "P" tag that was opened in line 270. This is against the HTML specification and may cause problems with some browsers. |
273:2 | Warning | [56] The "DIV" tag is contained in a "P" tag that was opened in line 270. This is against the HTML specification and may cause problems with some browsers. |
273:2 | Error | The "TBODY" element may directly contain only the "tr" element. The "DIV" element is not allowed here. <DIV id=__tmpFCKRemove__> </DIV> |
273:2 | Error | The "DIV" element cannot be used here. It is contained in a "table" 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 id=__tmpFCKRemove__> </DIV> |
273:26 | Error | Text is contained in a "table" element. Because it is contained here, it must also be contained in one of the following elements: "td" "th" "caption". <DIV id=__tmpFCKRemove__> </DIV> |
282:23 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 282. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
291:198 | 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. |
292:695 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 292. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
295:265 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 295. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
296:33 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 296. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
297:47 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 297. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
301:54 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 301. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
302:33 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 302. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
304:383 | Error | The "id" or "name" attribute value "documentiCorrelati" has already been used in this document. A tag's "id" or "name" value ("name" only for certain elements such as "a") must be unique within the document. A tag cannot have an "id" or, with certain elements, a "name" attribute value that has already been used. Note that the "id" values are not case sensitive (except when used to link to an anchor) and that "id" and some "name" attribute values share the same namespace. <div class="hrSalta"><hr /></div><div id="ultimoAggiornamento"> Ultimo aggiornamento: 20/10/2004</div></div><div class="hrSalta"><hr /></div><div class="listaCorrelati"><div id="correlati"><p>APPROFONDIMENTI</p></div><dl><dt><a name="documentiCorrelati"></a></dt><dt>Documenti Correlati</dt><dd><ul><li><a href="/site/it-IT/Temi/Acqua/">Il tema Acqua</a></li></ul></dd><dt><a name="documentiCorrelati"></a></dt><dt>Link Utili</dt><dd><ul><li class="correladue"><a href="http://nfp-it.eionet.eu.int:8980/Public/irc/circa-it/Home/main" target="_blank">Prodotti intermedi e finali del progetto sul sito CIRCA del National Focal Point Italiano</a></li></ul></dd></dl></div><br /> |
328:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
351:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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="correlati"> ... </a> or <a name="correlati" id="correlati"> ... </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 (462, 281 unique): A.Morosi (1x), Abruzzo (1x), Acqua (1x), acquatico (1x), acquisto (1x), addestramento (1x), adozione (1x), Agenzia (1x), Agenziale (1x), agenziali (1x), ai (1x), all'interno (1x), Allegato (1x), allâ (1x), Altro (1x), Ambientali (1x), analitiche (1x), analitici (1x), anche (1x), Annali (1x), antropica (1x), aree (1x), armonizzazione (1x), avviato (1x), bacini (1x), basato (1x), Basilicata (1x), behavior.css (1x), Biblioteca (1x), BodyTotale (1x), Calabria (1x), Campania (1x), campionamento (1x), campioni (1x), caratteristiche (1x), CARG (1x), Cartografia (1x), centro (1x), chimici (1x), classificazione (1x), Collegati (1x), Comitato (1x), comparabilità (1x), Conoscenza (1x), conservazione (1x), contaminati (1x), Contatti (1x), contiene (1x), controlli (1x), Coordinamento (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #18 - Look at your site's referral logs to see what keywords people are using to find your site. Use this information to improve your site. For example, you may want to add content related to keywords that have been overlooked. | |
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 | 16049 bytes; 11.1s@14.4Kbps, 5.6s@28.8, 3.2s@50, 2.5s@64, 1.3s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.08s, 6 errors, 17 warnings, 9 messages, 13 validator comments, 353 lines, 236 tags (213 closed), 17 document comments, 13 entities, 592 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. | |
5: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. |
5:8 | Message (Search Engine) | [8] This document's title contains only 3 words. 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. |
49:2 | 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. |
52:35 | 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. |
118:3 | 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. |
120:8 | 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. |
130:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
152:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
170:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
201:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
224:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 229. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
241:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
256:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
263:14 | 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. |
267:109 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 267. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
267:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
268:7 | Warning | The "EM" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
268:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
269:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
270:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
271:6 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="left", consider using the CSS "text-align: left" instead. |
273:83 | 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. |
274:2 | Warning | [28] The "P" tag is contained in a "STRONG" tag (which was opened in line 273). 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 "STRONG" tag before using the "P" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "P" tag; 2. Eliminate the "P" tag; or 3. Reorder the "P" and "STRONG" tags. |
274: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. |
283:2 | 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 valign="top" width="163" class="colonnaDx"> |
331:4 | Error | The end tag for "td" (opened in line 256) should appear before the end tag for "tr" (nesting error). </tr> |
337:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 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 (208, 133 unique): Acque (1x), adottate (1x), Agenzia (1x), Agenzie (1x), aggiornamento (1x), alla (1x), Altro (1x), Ambientali (1x), Annali (1x), anni (1x), applicata (1x), Attività (1x), behavior.css (1x), Biblioteca (1x), BodyTotale (1x), cartografica (1x), Collegati (1x), Comitati (1x), Commissione (1x), Consiglio (1x), consultabili (1x), contaminati (1x), Contatti (1x), coordinamento (1x), Coste (1x), decreti (1x), dei (1x), dell'Ambiente (1x), della (1x), dellâ (1x), Ecolabel (1x), Educazione (1x), Emas (1x), endif (1x), febbraio (1x), Formazione (1x), Geologia (1x), geologiche (1x), giugno (1x), giunto (1x), Grandi (1x), Il (1x), integrazioni (1x), interne (1x), istituito (1x), Italiana (1x), L'Agenzia (1x), l'Ambiente (1x), le (1x), Legenda (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #18 - Look at your site's referral logs to see what keywords people are using to find your site. Use this information to improve your site. For example, you may want to add content related to keywords that have been overlooked. | |
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 | 17356 bytes; 12.1s@14.4Kbps, 6.0s@28.8, 3.5s@50, 2.7s@64, 1.4s@128, 0.5s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.08s, 4 errors, 11 warnings, 15 messages, 13 validator comments, 339 lines, 225 tags (199 closed), 16 document comments, 9 entities, 719 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. | |
5: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. |
5:8 | Message (Search Engine) | [8] This document's title contains only 3 words. 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. |
49:2 | 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. |
52:35 | 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. |
118:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
118:3 | 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. |
120:8 | 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. |
130:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
152:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
170:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
201:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
224:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 229. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
241:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
256:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
263:14 | 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. |
288:2 | 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 valign="top" width="163" class="colonnaDx"> |
336:4 | Error | The end tag for "td" (opened in line 256) should appear before the end tag for "tr" (nesting error). </tr> |
342:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 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 (169, 110 unique): Acque (1x), Agenzia (1x), Agenzie (1x), alla (1x), Altro (1x), Ambientali (1x), Annali (1x), applicata (1x), aprile (1x), Attività (1x), behavior.css (1x), Biblioteca (1x), BodyTotale (1x), cartografica (1x), Collegati (1x), Comitati (1x), Commissione (1x), consultabili (1x), contaminati (1x), Contatti (1x), coordinamento (1x), Coste (1x), dal (1x), dall'anno (1x), dell'Ambiente (1x), della (1x), delle (1x), Ecolabel (1x), Educazione (1x), Emas (1x), endif (1x), febbraio (1x), Formazione (1x), gennaio (1x), Geologia (1x), geologiche (1x), giugno (1x), Grandi (1x), interne (1x), Italiana (1x), L'Agenzia (1x), l'Ambiente (1x), le (1x), Legenda (1x), Linee (1x), lte (1x), luglio (1x), Mappa (1x), MenuLeft (1x), menuSx (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #18 - Look at your site's referral logs to see what keywords people are using to find your site. Use this information to improve your site. For example, you may want to add content related to keywords that have been overlooked. | |
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 | 15153 bytes; 10.5s@14.4Kbps, 5.3s@28.8, 3.0s@50, 2.4s@64, 1.2s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.07s, 5 errors, 7 warnings, 9 messages, 13 validator comments, 344 lines, 207 tags (181 closed), 16 document comments, 6 entities, 571 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. | |
5: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. |
49:2 | 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. |
52:35 | 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. |
120:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
120:3 | 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. |
122:8 | 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. |
132:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
154:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
172:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
203:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
226:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
231:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 231. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
243:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
258:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
265:14 | 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. |
269:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
269:292 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "IMG" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
270:169 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 270. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
271:73 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 271. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
273:146 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 273. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
275:47 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
276:801 | Error | The "id" or "name" attribute value "documentiCorrelati" has already been used in this document. A tag's "id" or "name" value ("name" only for certain elements such as "a") must be unique within the document. A tag cannot have an "id" or, with certain elements, a "name" attribute value that has already been used. Note that the "id" values are not case sensitive (except when used to link to an anchor) and that "id" and some "name" attribute values share the same namespace. <div class="hrSalta"><hr /></div></div><div class="hrSalta"><hr /></div><div class="listaCorrelati"><div id="correlati"><p>APPROFONDIMENTI</p></div><dl><dt><a name="documentiCorrelati"></a></dt><dt>Documenti Correlati</dt><dd><ul><li><a href="/site/_files/SuoloCARG/carg_stato_attuazione_05_06.zip">Stato di attuazione del Progetto CARG aggiornato a maggio 2006</a></li><li><a href="/site/it-IT/Temi/Suolo_e_Territorio/Cartografia_geologica_e_geotematica/">Tema Suolo e Territorio, pagina relativa alla Cartografia</a></li><li><a href="/site/it-IT/Servizi_per_l'Ambiente/Carte_geologiche/">I fogli geologici on line alla scala 1:50.000 e 1:100.000</a></li><li><a href="/site/_files/SuoloCARG/librerie_concessionarie.xls">Elenco librerie concessionarie in formato excel</a></li></ul></dd><dt><a name="documentiCorrelati"></a></dt><dt>Link Utili</dt><dd><ul><li class="correladue"><a href="http://www.accordo-carg.it" target="_blank">Accordo di programma per la realizzazione delle attività strumentali - Progetto CARG</a></li><li class="correladue"><a href="http://www.editoria.ipzs.it/" target="_blank">Sito ufficiale dell'Istituto Poligrafico e Zecca dello Stato: catalogo delle pubblicazioni del Servizio Geologico d'Italia</a></li></ul></dd></dl></div><br /> |
282:2 | 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 valign="top" width="163" class="colonnaDx"> |
330:4 | Error | The end tag for "td" (opened in line 258) should appear before the end tag for "tr" (nesting error). </tr> |
336:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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="correlati"> ... </a> or <a name="correlati" id="correlati"> ... </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 (350, 219 unique): Accordo (1x), Acque (1x), Agenzia (1x), Agenzie (1x), aggiornata (1x), aggiornato (1x), ai (1x), Altro (1x), Ambientali (1x), Annali (1x), applicata (1x), applicazioni (1x), assegnati (1x), assicurano (1x), attuazione (1x), Autonome (1x), avviato (1x), banca (1x), behavior.css (1x), BodyTotale (1x), cartina (1x), cartografato (1x), catalogo (1x), che (1x), CNR (1x), collaborano (1x), Collegati (1x), Comitati (1x), Comitato (1x), Commissione (1x), concorso (1x), conoscitivi (1x), consultabili (1x), contaminati (1x), Contatti (1x), coordinamento (1x), Correlati (1x), corretta (1x), Coste (1x), così (1x), dalla (1x), dato (1x), dell'Ambiente (1x), dell'Istituto (1x), della (1x), dettaglio (1x), Dipartimenti (1x), disponibili (1x), Documenti (1x), Ecolabel (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #18 - Look at your site's referral logs to see what keywords people are using to find your site. Use this information to improve your site. For example, you may want to add content related to keywords that have been overlooked. | |
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 | 15577 bytes; 10.8s@14.4Kbps, 5.4s@28.8, 3.1s@50, 2.4s@64, 1.2s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.07s, 6 errors, 11 warnings, 10 messages, 14 validator comments, 338 lines, 221 tags (193 closed), 16 document comments, 6 entities, 573 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. | |
5: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. |
5:8 | Message (Search Engine) | [8] This document's title contains only 3 words. 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. |
49:2 | 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. |
52:35 | 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. |
118:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
118:3 | 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. |
120:8 | 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. |
130:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
152:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
170:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
201:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
224:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 229. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
241:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
256:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
263:14 | 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. |
267:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
268:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
269:484 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 269. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
269:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
270:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
271:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
286:2 | 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 valign="top" width="163" class="colonnaDx"> |
334:4 | Error | The end tag for "td" (opened in line 256) should appear before the end tag for "tr" (nesting error). </tr> |
340:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 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 (235, 160 unique): Acque (1x), Agenzia (1x), Agenzie (1x), ai (1x), alla (1x), almeno (1x), Altro (1x), Ambientali (1x), Anche (1x), Annali (1x), argomenti (1x), Attività (1x), Autori (1x), behavior.css (1x), BIBLIOGRAFICI (1x), Biblioteca (1x), BodyTotale (1x), caratteri (1x), cartografica (1x), caso (1x), Collegati (1x), Comitati (1x), Comitato (1x), Commissione (1x), compilazione (1x), contaminati (1x), Contatti (1x), contesto (1x), coordinamento (1x), Coste (1x), degli (1x), dei (1x), dell'Ambiente (1x), della (1x), dellâ (1x), devono (1x), Dovrebbero (1x), dovrà (1x), Ecolabel (1x), Educazione (1x), Emas (1x), endif (1x), esame (1x), esaustivo (1x), esposte (1x), essendo (1x), Formazione (1x), generali (1x), geologiche (1x), geomorfologici (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #18 - Look at your site's referral logs to see what keywords people are using to find your site. Use this information to improve your site. For example, you may want to add content related to keywords that have been overlooked. | |
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 | 14375 bytes; 10.0s@14.4Kbps, 5.0s@28.8, 2.9s@50, 2.2s@64, 1.1s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.07s, 5 errors, 8 warnings, 14 messages, 13 validator comments, 342 lines, 202 tags (169 closed), 16 document comments, 7 entities, 529 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. | |
5: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. |
5:8 | Message (Search Engine) | [8] This document's title contains only 3 words. 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. |
49:2 | 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. |
52:35 | 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. |
118:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
118:3 | 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. |
120:8 | 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. |
130:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
152:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
170:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
201:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
224:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 229. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
241:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
256:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
263:14 | 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. |
267:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
268:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
269:11 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 269. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
269:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
270:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
271:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
272:2 | Message | [41] The "DIV" tag has no attributes. Attributes are normally used with the "DIV" element to provide functionality. |
287:2 | 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 valign="top" width="163" class="colonnaDx"> |
335:4 | Error | The end tag for "td" (opened in line 256) should appear before the end tag for "tr" (nesting error). </tr> |
341:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
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 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 (206, 138 unique): Acque (1x), adottati (1x), Agenzia (1x), Agenzie (1x), ai (1x), Ambientali (1x), anche (1x), Annali (1x), argomenti (1x), Attività (1x), behavior.css (1x), BIBLIOGRAFICI (1x), Biblioteca (1x), biozonali (1x), BodyTotale (1x), carattere (1x), cartografica (1x), CENNI (1x), Collegati (1x), Comitati (1x), Comitato (1x), Commissione (1x), compilazione (1x), contaminati (1x), Contatti (1x), coordinamento (1x), Coste (1x), criteri (1x), dati (1x), degli (1x), dell'Ambiente (1x), dovranno (1x), ecc (1x), Ecolabel (1x), edizioni (1x), Educazione (1x), ELEMENTI (1x), Emas (1x), endif (1x), essere (1x), eventuale (1x), Formazione (1x), geografico (1x), geologiche (1x), GEOMORFOLOGIA (1x), Grandi (1x), il (1x), Indicazioni (1x), interne (1x), Italiana (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #18 - Look at your site's referral logs to see what keywords people are using to find your site. Use this information to improve your site. For example, you may want to add content related to keywords that have been overlooked. | |
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 | 14260 bytes; 9.9s@14.4Kbps, 5.0s@28.8, 2.9s@50, 2.2s@64, 1.1s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.07s, 5 errors, 8 warnings, 15 messages, 13 validator comments, 343 lines, 208 tags (170 closed), 16 document comments, 8 entities, 541 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 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 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