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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 | Next
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
105: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. |
107:72 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table width="100%" border="1" cellspacing="0" cellpadding="0" summary="" class="Elenco"> |
120:186 | 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. |
120:260 | 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. |
120:344 | 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. |
120:418 | Message (Netscape) | [2] Netscape 4.x does not properly apply the "class" attribute to the "tr" element (it is ignored). Consider moving this attribute to a "td" or "th" element or to an element contained in the table cell (such as "p"). Netscape 6.0+ does not have this problem. This message is displayed only once for the first occurrence of this issue. |
120:626 | 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. |
120:700 | 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. |
120:774 | 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. |
120:1074 | 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. |
120:1158 | 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. |
120:1232 | 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. |
120:1499 | 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. This is the last time that this message will be generated. There may be other images missing these attributes. |
122: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. |
128:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
159:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
160:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | Possibly misspelled words (210, 105 unique): Abruzzo (1x), Accreditati (1x), aggiornamento (1x), Agricoltura (1x), Ambiente (1x), Ancona (1x), Approfondimenti (1x), Artigianato (1x), Associazione (1x), Attestati (1x), behavior.css (1x), Benvenuto (1x), Brescia (1x), Camerino (1x), Cesena (1x), Chieti (1x), chiusura (1x), CIRIAF (1x), Codici (1x), Comitato (1x), Commercio (1x), Contatti (1x), Contenuti (1x), CORAli (1x), corpo (1x), CorpoPagina (1x), delle (1x), Documentazione (1x), Ecoaudit (1x), endif (1x), Ente (1x), erogatore (1x), erogazione (1x), Europa (1x), Ferrara (1x), foglia (1x), Forlì (1x), Foscari (1x), FVG (1x), generale (1x), I.C.Studio (1x), il (1x), Industria (1x), Internazionale (1x), Iter (1x), l'Aquila (1x), Laboratori (1x), Lecce (1x), legali (1x), livello (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #8 - Using the "alt" attribute for images is not just good for accessibility, it's good for search engines too. Use the "alt" attribute to describe images but use relevent keywords and search terms in the description when appropriate, but don't overdo it by cramming in too many keywords. | |
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 | 14735 bytes; 10.2s@14.4Kbps, 5.1s@28.8, 2.9s@50, 2.3s@64, 1.2s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.10s, 2 errors, 1 warning, 21 messages, 12 validator comments, 169 lines, 289 tags (225 closed), 17 document comments, 6 entities, 674 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
103: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. |
211:49 | Warning | The "action" attribute has an empty (null) value. If this is referring to the current document, then this is valid (per section 4.2 of RFC 2396) and you may want to disable this message. Otherwise, the "action" attribute should specify a non-empty value where the form data can be submitted. |
212:3 | Message | [41] The "div" tag has no attributes. Attributes are normally used with the "div" element to provide functionality. |
218: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. |
293:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
304:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
335:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
336:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | Possibly misspelled words (229, 139 unique): Accreditati (1x), aggiornamento (1x), agricole (1x), Agroalimentare (1x), alberghi (1x), Alberghiero (1x), alimentari (1x), altre (1x), amministra (1x), Ancona (1x), apparec (1x), Approfondimenti (1x), behavior.css (1x), Benvenuto (1x), bevande (1x), CCIAA (1x), Ceramico (1x), Cesena (1x), Chieti (1x), chimici (1x), chiusura (1x), Codici (1x), Cognome (1x), coltivazioni (1x), Comitato (1x), conn (1x), conservazione (1x), Contatti (1x), Contenuti (1x), corpo (1x), CorpoPagina (1x), dell'amministrazione (1x), delle (1x), Documentazione (1x), Ecoaudit (1x), editoria (1x), endif (1x), Europa (1x), Ferrara (1x), Filiera (1x), foglia (1x), Forli (1x), Foscari (1x), frutt (1x), generale (1x), indus (1x), industria (1x), industrie (1x), Iter (1x), Ittica (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #8 - Using the "alt" attribute for images is not just good for accessibility, it's good for search engines too. Use the "alt" attribute to describe images but use relevent keywords and search terms in the description when appropriate, but don't overdo it by cramming in too many keywords. | |
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 | 14763 bytes; 10.3s@14.4Kbps, 5.1s@28.8, 3.0s@50, 2.3s@64, 1.2s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.08s, 1 error, 2 warnings, 12 messages, 12 validator comments, 345 lines, 201 tags (184 closed), 17 document comments, 6 entities, 498 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101: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. |
104:2 | 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. |
110:260 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 110. 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 "€". |
112:5 | Message (Netscape) | [2] Netscape 4.x does not properly apply the "class" attribute to the "TR" element (it is ignored). Consider moving this attribute to a "td" or "th" element or to an element contained in the table cell (such as "p"). Netscape 6.0+ does not have this problem. This message is displayed only once for the first occurrence of this issue. |
114:207 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 114. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. 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 "€". |
118:44 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 118. 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 "€". |
130:27 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 130. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. 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 "€". |
136:2 | 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. |
142:41 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 142. 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 "€". |
146:156 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 146. 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 "€". |
150:156 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 150. 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 "€". |
154:486 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 154. 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 "€". |
158:41 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 158. 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 "€". |
162:136 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 162. 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 "€". |
163:2 | Warning | [28] The "UL" tag is contained in a "EM" tag (which was opened in line 162). 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 "EM" tag before using the "UL" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "UL" tag; 2. Eliminate the "UL" tag; or 3. Reorder the "UL" and "EM" tags. |
164:2 | Warning | [28] The "LI" tag is contained in a "EM" tag (which was opened in line 162). 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 "EM" tag before using the "LI" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "LI" tag; 2. Eliminate the "LI" tag; or 3. Reorder the "LI" and "EM" tags. |
164:18 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 164. 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 "€". |
165:2 | Warning | [28] The "LI" tag is contained in a "EM" tag (which was opened in line 162). 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 "EM" tag before using the "LI" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "LI" tag; 2. Eliminate the "LI" tag; or 3. Reorder the "LI" and "EM" tags. |
165:53 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 165. 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 "€". |
166:2 | Warning | [28] The "LI" tag is contained in a "EM" tag (which was opened in line 162). 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 "EM" tag before using the "LI" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "LI" tag; 2. Eliminate the "LI" tag; or 3. Reorder the "LI" and "EM" tags. |
166:63 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 166. 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 "€". |
167:172 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 167. 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 "€". |
171:54 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 171. 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 "€". |
180:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
212:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
213:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (1108, 476 unique): abbia (1x), accordare (1x), accortezza (1x), adeguamento (1x), aggiornati (1x), aggiuntivo (1x), agli (1x), alcuna (1x), alcune (1x), alcuni (1x), all'EMAS (1x), all'Organizzazione (1x), allegare (1x), almeno (1x), altre (1x), altresì (1x), altro (1x), annuali (1x), anticipato (1x), anticipo (1x), appendice (1x), Approfondimenti (1x), approfondimento (1x), approvazione (1x), assegnazione (1x), assicurare (1x), assicurarsi (1x), assumersi (1x), astenersi (1x), attendibili (1x), attenere (1x), attentamente (1x), attenzione (1x), attesta (1x), attestati (1x), attestato (1x), Attraverso (1x), attuazione (1x), avendo (1x), avvenire (1x), avvenuta (1x), azione (1x), behavior.css (1x), Benvenuto (1x), Bruxelles (1x), certificazione (1x), chiedere (1x), chiusura (1x), ciclo (1x), cioè (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #8 - Using the "alt" attribute for images is not just good for accessibility, it's good for search engines too. Use the "alt" attribute to describe images but use relevent keywords and search terms in the description when appropriate, but don't overdo it by cramming in too many keywords. | |
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 | 16721 bytes; 11.6s@14.4Kbps, 5.8s@28.8, 3.3s@50, 2.6s@64, 1.3s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.12s, 1 error, 20 warnings, 12 messages, 13 validator comments, 222 lines, 228 tags (209 closed), 17 document comments, 7 entities, 564 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101:2 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
105:38 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 105. 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 "€". |
117:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
149:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
150:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (210, 130 unique): accreditata (1x), Accreditati (1x), all'indipendenza (1x), all'organizzazione (1x), alla (1x), alle (1x), Allegato (1x), Approfondimenti (1x), attività (1x), avvalendosi (1x), behavior.css (1x), Benvenuto (1x), chiusura (1x), Codici (1x), collaborazione (1x), competenza (1x), Contatti (1x), Contenuti (1x), corpo (1x), CorpoPagina (1x), costi (1x), costituita (1x), criteri (1x), deve (1x), direzione (1x), documentato (1x), Documentazione (1x), documenti (1x), Ecoaudit (1x), Elenco (1x), endif (1x), esplicitato (1x), essere (1x), Europa (1x), foglia (1x), Formazione (1x), generale (1x), giuridica (1x), imparzialità (1x), indipendenza (1x), insieme (1x), intende (1x), internazionali (1x), Italia (1x), Laboratori (1x), legali (1x), livello (1x), lte (1x), Mappa (1x), materia (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #3 - Be sure to use keywords and search terms throughout the page, including in regular text, but don't overdo it. The site should be easy to read and not cluttered with keywords. | |
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 | 7264 bytes; 5.0s@14.4Kbps, 2.5s@28.8, 1.5s@50, 1.1s@64, 0.6s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 1 error, 2 warnings, 9 messages, 13 validator comments, 159 lines, 119 tags (107 closed), 17 document comments, 6 entities, 309 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101:2 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
105:22 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 105. 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 "€". |
109:43 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 109. 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 "€". |
111:107 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 111. 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 "€". |
113:121 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 113. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. 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 "€". |
115:62 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 115. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. 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 "€". |
116: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. |
124:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
156:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
157:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (367, 208 unique): accreditato (1x), aggiornamento (1x), aggiungono (1x), alla (1x), allâ (1x), altri (1x), Ambientale (1x), ammissione (1x), annuali (1x), Approfondimenti (1x), azioni (1x), bancario (1x), behavior.css (1x), Benvenuto (1x), bollettino (1x), bonifico (1x), brevi (1x), calcolate (1x), capacità (1x), capitolo (1x), caso (1x), causale (1x), chiusura (1x), Codici (1x), Comitato (1x), competenti (1x), comporta (1x), Comunicazioni (1x), comunque (1x), conforme (1x), conformità (1x), consultando (1x), Contatti (1x), Contenuti (1x), convalide (1x), corpo (1x), CorpoPagina (1x), correttive (1x), dalla (1x), dell'iter (1x), deve (1x), dichiarazioni (1x), dipende (1x), Diritti (1x), Documentazione (1x), dovuto (1x), durante (1x), durata (1x), Ecoaudit (1x), ecogestione (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #3 - Be sure to use keywords and search terms throughout the page, including in regular text, but don't overdo it. The site should be easy to read and not cluttered with keywords. | |
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 | 8745 bytes; 6.1s@14.4Kbps, 3.0s@28.8, 1.7s@50, 1.4s@64, 0.7s@128, 0.2s@384, 0.2s@512, 0.1s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.05s, 1 error, 6 warnings, 10 messages, 13 validator comments, 166 lines, 125 tags (114 closed), 17 document comments, 8 entities, 332 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101: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. |
104:146 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 104. 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 "€". |
111:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
143:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
144:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (183, 121 unique): aggiornamento (1x), allâ (1x), almeno (1x), altro (1x), Ambientale (1x), anticipo (1x), Approfondimenti (1x), approvato (1x), attività (1x), behavior.css (1x), Benvenuto (1x), caso (1x), chiusura (1x), Codici (1x), comunicata (1x), consultare (1x), Contatti (1x), Contenuti (1x), corpo (1x), CorpoPagina (1x), costi (1x), cui (1x), dello (1x), dellâ (1x), dichiarazioni (1x), Ecoaudit (1x), Elenco (1x), endif (1x), Europa (1x), Europea (1x), foglia (1x), Formazione (1x), generale (1x), informazioni (1x), inglese (1x), intendono (1x), Laboratori (1x), legali (1x), livello (1x), lte (1x), Mappa (1x), membro (1x), MenuDestro (1x), NACE (1x), navigazione (1x), Nazionale (1x), nome (1x), Normazione (1x), notifica (1x), notificato (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #3 - Be sure to use keywords and search terms throughout the page, including in regular text, but don't overdo it. The site should be easy to read and not cluttered with keywords. | |
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 | 6818 bytes; 4.7s@14.4Kbps, 2.4s@28.8, 1.4s@50, 1.1s@64, 0.5s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 1 error, 2 warnings, 9 messages, 13 validator comments, 153 lines, 112 tags (101 closed), 17 document comments, 9 entities, 293 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101: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. |
104:97 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 104. 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 "€". |
116:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
148:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
149:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (189, 121 unique): Accreditati (1x), adeguata (1x), allo (1x), almeno (1x), Approfondimenti (1x), autonomo (1x), behavior.css (1x), Benvenuto (1x), CEI (1x), che (1x), chiusura (1x), clausole (1x), Codici (1x), commerciale (1x), Contatti (1x), Contenuti (1x), controllo (1x), corpo (1x), CorpoPagina (1x), costi (1x), criteri (1x), dei (1x), della (1x), Documentazione (1x), Ecoaudit (1x), Elenco (1x), endif (1x), esplicita (1x), Europa (1x), finanziaria (1x), fisica (1x), foglia (1x), funzioni (1x), generale (1x), gli (1x), grado (1x), IAF (1x), il (1x), inferiore (1x), intende (1x), ispettive (1x), Laboratori (1x), legali (1x), livello (1x), lte (1x), Mappa (1x), maturità (1x), MenuDestro (1x), modo (1x), NACE (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #3 - Be sure to use keywords and search terms throughout the page, including in regular text, but don't overdo it. The site should be easy to read and not cluttered with keywords. | |
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 | 7030 bytes; 4.9s@14.4Kbps, 2.4s@28.8, 1.4s@50, 1.1s@64, 0.5s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 1 error, 2 warnings, 9 messages, 13 validator comments, 158 lines, 118 tags (106 closed), 17 document comments, 6 entities, 306 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101: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. |
107:100 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 107. 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 "€". |
114:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
146:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
147:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (212, 141 unique): Accreditati (1x), adeguarsi (1x), aderire (1x), aggiornamento (1x), all'edizione (1x), alla (1x), allegato (1x), allâ (1x), Approfondimenti (1x), attività (1x), attraverso (1x), attuato (1x), behavior.css (1x), Benvenuto (1x), CE (1x), chiusura (1x), Codici (1x), coloro (1x), Comitato (1x), conforme (1x), conseguire (1x), consultare (1x), Contatti (1x), Contenuti (1x), corpo (1x), CorpoPagina (1x), costituendo (1x), criteri (1x), dell'UNI (1x), delle (1x), deve (1x), Documentazione (1x), Ecoaudit (1x), edizione (1x), Elenco (1x), endif (1x), Ente (1x), Europa (1x), fa (1x), foglia (1x), Formazione (1x), generale (1x), gli (1x), imprese (1x), informazioni (1x), integrante (1x), intenda (1x), intende (1x), internazionale (1x), italiana (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #3 - Be sure to use keywords and search terms throughout the page, including in regular text, but don't overdo it. The site should be easy to read and not cluttered with keywords. | |
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 | 7168 bytes; 5.0s@14.4Kbps, 2.5s@28.8, 1.4s@50, 1.1s@64, 0.6s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.05s, 1 error, 2 warnings, 9 messages, 13 validator comments, 156 lines, 111 tags (104 closed), 17 document comments, 17 entities, 300 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101: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. |
104:55 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 104. 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 "€". |
112:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
144:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
145:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (173, 120 unique): Accreditati (1x), alcuni (1x), alla (1x), altri (1x), ambientale (1x), applicabile (1x), Approfondimenti (1x), aspetti (1x), attività (1x), behavior.css (1x), Benvenuto (1x), certificazione (1x), chiusura (1x), Codici (1x), Comitato (1x), considerata (1x), consulatre (1x), Contatti (1x), Contenuti (1x), coordinamento (1x), corpo (1x), CorpoPagina (1x), criteri (1x), dal (1x), dalla (1x), dell'UNI (1x), della (1x), dettaglio (1x), deve (1x), dimensione (1x), Documentazione (1x), Ecoaudit (1x), Elenco (1x), endif (1x), Europa (1x), foglia (1x), Formazione (1x), fornisce (1x), generale (1x), gli (1x), guida (1x), implementazione (1x), indica (1x), indipendentemente (1x), informazioni (1x), integrazione (1x), interpretazione (1x), invece (1x), Iter (1x), Laboratori (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #3 - Be sure to use keywords and search terms throughout the page, including in regular text, but don't overdo it. The site should be easy to read and not cluttered with keywords. | |
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 | 6724 bytes; 4.7s@14.4Kbps, 2.3s@28.8, 1.3s@50, 1.1s@64, 0.5s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.05s, 1 error, 2 warnings, 9 messages, 13 validator comments, 154 lines, 109 tags (101 closed), 17 document comments, 7 entities, 295 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. |
28:12 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
49:67 | Error | The "summary" attribute has an invalid attribute value "". Try using one of the following values: an alphanumeric string or a string. <table border="0" cellspacing="0" cellpadding="0" summary="" class="TabellaCentrale"> |
49:10 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
49:10 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
101: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. |
117:6 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
149:3 | Message | The "p" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
150:14 | Warning | [75] The "href" attribute specifies an internal link that may not be wanted. An internal link name should usually follow the # character, but it doesn't in this case. However, if the top of the current document is being referenced, then this message should be ignored because an internal link name is not needed. |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You have one or more internal links linking to an ID link destination. Browser support for this is currently very poor. Consider using something like <a name="MenuSinistro"> ... </a> or <a name="MenuSinistro" id="MenuSinistro"> ... </a> instead. | |
Comment | Possibly misspelled words (193, 129 unique): Accreditati (1x), adottare (1x), all'esigenza (1x), ambientalista (1x), ampio (1x), approccio (1x), Approfondimenti (1x), basata (1x), behavior.css (1x), Benvenuto (1x), cambiamenti (1x), che (1x), chiusura (1x), climatici (1x), Codici (1x), Comitato (1x), conseguente (1x), consultare (1x), Contatti (1x), Contenuti (1x), corpo (1x), CorpoPagina (1x), costituiscono (1x), così (1x), decisione (1x), delineare (1x), della (1x), delle (1x), dibattito (1x), Documentazione (1x), Ecoaudit (1x), effetto (1x), elaborare (1x), Elenco (1x), endif (1x), Europa (1x), foglia (1x), Formazione (1x), generale (1x), grande (1x), gruppo (1x), idonei (1x), informazioni (1x), interesse (1x), internazionali (1x), istituito (1x), istituzionale (1x), istituzioni (1x), Iter (1x), l'obiettivo (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Strict document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #3 - Be sure to use keywords and search terms throughout the page, including in regular text, but don't overdo it. The site should be easy to read and not cluttered with keywords. | |
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 | 7397 bytes; 5.1s@14.4Kbps, 2.6s@28.8, 1.5s@50, 1.2s@64, 0.6s@128, 0.2s@384, 0.1s@512, 0.1s@768, 0.0s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.04s, 1 error, 1 warning, 9 messages, 12 validator comments, 159 lines, 113 tags (104 closed), 17 document comments, 19 entities, 301 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 | Next