Multiple page report: Previous | Summary 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 | Next
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
123:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
123:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
125:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
135:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
157:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
175:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
206:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
234:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 234. 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 "€". |
246:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
261:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
268:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
272:98 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 272. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
274:30 | Warning (General) [CSS] | It is recommended that a generic font family name be specified as the last font family name. If the preceding font family names are not available then the browser should fall back to the generic font family name. The generic font family names are serif, sans-serif, cursive, fantasy, and monospace. Be sure not to use quotes around generic font family names. |
274:10 | Message (General) [CSS] | The "style" attribute has been used but a default style sheet language has not been defined (note that HTML Validator would not see this declaration if it is sent as an HTTP header by a web server). HTML 4.01 and XHTML require this for correct documents. However, for all practical purposes, leaving it out is very unlikely to cause problems. If you still want to define a default style sheet language, then include this in the "head" section of your document to specify "text/css" as the default style sheet language: <meta http-equiv="Content-Style-Type" content="text/css">. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu or from the Tag Inserter. Because this issue is very unlikely to cause problems, consider ignoring or disabling this message. See http://www.w3.org/TR/html4/present/styles.html#default-style for more information. |
274:10 | Message (CSS Tips) [CSS] | Use the inline "style" attribute sparingly. Using this attribute too often can prevent you from receiving many of the benefits of CSS like easier to maintain and less cluttered documents. Consider using a single CSS style sheet instead of relying too much on the "style" attribute. This message is displayed only once. |
274:30 | Message (General) [CSS] | The following typeface may not be available on a significant number of browsers: "Wingdings". Also, check the spelling of the typeface name. |
274:102 | Message (Good Style) | The "strong" element should be used instead of the "B" element when you want to denote strong emphasis. The "B" element should only be used when you want bold typeface but do not want strong emphasis. Many web authors use the "B" element when the "strong" element would be more appropriate. |
275:103 | 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. |
276:79 | Warning (General) [CSS] | It is recommended that a generic font family name be specified as the last font family name. If the preceding font family names are not available then the browser should fall back to the generic font family name. The generic font family names are serif, sans-serif, cursive, fantasy, and monospace. Be sure not to use quotes around generic font family names. |
277:103 | Warning | Using space characters in URLs may cause problems. If spaces must be used in URLs, then they should be encoded as "%20" (without the quotes). However, avoid spaces in URLs whenever possible and consider using the underscore character (_) instead of space characters in directory names and filenames. |
277:103 | Warning | [33] The "href" attribute has a value that has leading or trailing space characters. These spaces should probably be removed. |
278:65 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 278. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
278:122 | Message (Good Style) | The "em" element (for emphasized text) or the "cite" element (for citations) may be more appropriate than the "I" element. Use the "I" element only if text is in italics by convention. Many web authors use the "I" element when the "em" element would be more appropriate. |
279:119 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 279. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
280:174 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 280. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
281:30 | 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. |
282:132 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 282. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "‰" instead of this character. |
282:27 | 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. |
283:145 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 283. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
283:302 | Warning | The "A" tag contains no link text. Though it is not technically required, it is recommended that all "A" elements contain appropriate link text or an appropriate element, like "img". |
284:185 | 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. |
287:202 | 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. |
288:237 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 288. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
296:2 | Error | The "td" element cannot be used here. It is nested in another "td" tag and cannot be nested. Has the previous "td" element been ended? This element may be contained in "tr". This element may not be contained in "td" and "th". <td valign="top" width="163" class="colonnaDx"> |
334:4 | Error | The end tag for "td" (opened in line 261) should appear before the end tag for "tr" (nesting error). </tr> |
340:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (594, 336 unique): Acque (1x), Agenzia (1x), aggiornamento (1x), agli (1x), alcune (1x), alle (1x), altri (1x), Altro (1x), ambito (1x), analisi (1x), analoghi (1x), anche (1x), Annali (1x), anno (1x), aree (1x), assicura (1x), Associazione (1x), behavior.css (1x), BGR (1x), Biblioteca (1x), bilaterale (1x), BodyTotale (1x), Boustead (1x), Bretagna (1x), brevemente (1x), Bruxelles (1x), Bulgaro (1x), Bundesanstalt (1x), Californiana (1x), candidatura (1x), CARG (1x), Cartografia (1x), classificazione (1x), collabora (1x), collaborato (1x), Collegati (1x), compagnie (1x), comportamento (1x), Conferenza (1x), confronto (1x), considerazione (1x), Consiglio (1x), contaminati (1x), Contatti (1x), contributo (1x), controllo (1x), convenzione (1x), cooperazione (1x), coordina (1x), coprono (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #17 - Consider linking to one or more high ranking sites that are related to the site you're promoting. Use your site's keywords in the link text if you can. | |
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 | 18361 bytes; 12.8s@14.4Kbps, 6.4s@28.8, 3.7s@50, 2.9s@64, 1.4s@128, 0.5s@384, 0.4s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.10s, 5 errors, 19 warnings, 18 messages, 13 validator comments, 342 lines, 225 tags (196 closed), 16 document comments, 21 entities, 619 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
123:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
123:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
125:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
135:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
157:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
175:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
206:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
234:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 234. 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 "€". |
246:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
261:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
268:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
274:2 | Message | The "P" element is empty. Consider removing this element if it is not needed. If you are wanting to add additional margin space between elements, consider using the "margin" CSS properties like "margin", "margin-top", and "margin-bottom" instead. Paragraph elements should be used to denote paragraphs and not for presentational formatting. |
275:212 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
275:5 | 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. |
282:476 | Warning | The "EM" element contains no text and may be useless. Consider removing this element or placing text in it so that it contains text. |
284:17 | 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. |
285:5 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 285. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. Consider using "ˆ" instead of this character. |
286: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. |
287:17 | 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. |
291:95 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 291. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
291:5 | Message (Good Style) | The "strong" element should be used instead of the "B" element when you want to denote strong emphasis. The "B" element should only be used when you want bold typeface but do not want strong emphasis. Many web authors use the "B" element when the "strong" element would be more appropriate. |
292:171 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 292. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
293:194 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 293. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
294:22 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 294. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
296:140 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 296. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
297: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. |
298:50 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 298. 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 "€". |
298:214 | Message (Good Style) | The "em" element (for emphasized text) or the "cite" element (for citations) may be more appropriate than the "I" element. Use the "I" element only if text is in italics by convention. Many web authors use the "I" element when the "em" element would be more appropriate. |
299:54 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 299. 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 "€". |
300:576 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 300. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
302:32 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 302. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
312:2 | Error | The "td" element cannot be used here. It is nested in another "td" tag and cannot be nested. Has the previous "td" element been ended? This element may be contained in "tr". This element may not be contained in "td" and "th". <td valign="top" width="163" class="colonnaDx"> |
350:4 | Error | The end tag for "td" (opened in line 261) should appear before the end tag for "tr" (nesting error). </tr> |
356:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (1101, 506 unique): accertamento (1x), accesso (1x), accordo (1x), accrescere (1x), Acque (1x), aerei (1x), affidabili (1x), aggiornamento (1x), agli (1x), Agosto (1x), all'interno (1x), all (1x), alta (1x), altresì (1x), altri (1x), Altro (1x), Annali (1x), ANPA (1x), Applicazioni (1x), approccio (1x), approvato (1x), aree (1x), ASAM (1x), assicura (1x), assistenza (1x), Associazioni (1x), Atomica (1x), attraverso (1x), attuativa (1x), autentica (1x), automatico (1x), Autorit (1x), azione (1x), basato (1x), Baveno (1x), bec (1x), behavior.css (1x), Bianca (1x), Biblioteca (1x), Biologica (1x), BodyTotale (1x), bozza (1x), bozze (1x), capacit (1x), CARG (1x), Cartografia (1x), Casa (1x), caso (1x), categoria (1x), coinvolgimento (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 24498 bytes; 17.0s@14.4Kbps, 8.5s@28.8, 4.9s@50, 3.8s@64, 1.9s@128, 0.6s@384, 0.5s@512, 0.3s@768, 0.2s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.11s, 5 errors, 19 warnings, 16 messages, 13 validator comments, 358 lines, 267 tags (222 closed), 16 document comments, 6 entities, 754 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
123:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
123:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
125:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
135:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
157:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
175:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
206:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
229:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
234:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 234. 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 "€". |
246:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
261:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
268:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
284:2 | Error | The "td" element cannot be used here. It is nested in another "td" tag and cannot be nested. Has the previous "td" element been ended? This element may be contained in "tr". This element may not be contained in "td" and "th". <td valign="top" width="163" class="colonnaDx"> |
332:4 | Error | The end tag for "td" (opened in line 261) should appear before the end tag for "tr" (nesting error). </tr> |
338:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (193, 114 unique): Acque (1x), Agenzia (1x), aggiornamento (1x), alla (1x), altri (1x), Altro (1x), Annali (1x), aree (1x), Associazioni (1x), behavior.css (1x), Biblioteca (1x), BodyTotale (1x), CARG (1x), Cartografia (1x), Collegati (1x), Consiglio (1x), contaminati (1x), Contatti (1x), Coste (1x), dei (1x), dell'Ambiente (1x), della (1x), Ecolabel (1x), Educazione (1x), Emas (1x), endif (1x), Enti (1x), estere (1x), Esteri (1x), Formazione (1x), geologica (1x), geologiche (1x), geotematica (1x), Globale (1x), Grandi (1x), Guida (1x), Iniziative (1x), interne (1x), Istituzioni (1x), Italiana (1x), L'Agenzia (1x), l'Ambiente (1x), l'Organizzazione (1x), livello (1x), lte (1x), Mappa (1x), MenuLeft (1x), menuSx (1x), meteomarine (1x), metropolitane (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 14417 bytes; 10.0s@14.4Kbps, 5.0s@28.8, 2.9s@50, 2.3s@64, 1.1s@128, 0.4s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.07s, 5 errors, 7 warnings, 8 messages, 13 validator comments, 340 lines, 199 tags (171 closed), 16 document comments, 5 entities, 522 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
5:8 | Message (Search Engine) | [8] This document's title contains only 3 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
121:3 | Error | This table doesn't appear to have the same number of cells in each of its 2 rows. Number of cells in each row, starting with the first row: 3, 2. Note that for the purposes of this message, a table cell with a "colspan" or "rowspan" value greater than 1 is considered to be multiple cells. <table border="0" cellspacing="0" cellpadding="0" class="tabellaContenuti"> |
121:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
123:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
259:5 | Error | The "td" tag must have an end tag (</td>) but the end tag was not found. <td valign="top" class="centrale"> |
266:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
271:27 | Message (Deprecated) | [9] The "align" attribute is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the CSS "text-align: center" instead. |
272:165 | Message (Tips) | [6] Email spam is a huge problem nowadays. Be aware that mailto email addresses are easily harvested for spam lists by automated programs. Consider alternate, but less user-friendly, ways of distributing email addresses if spam is a concern. |
292:2 | Error | The "td" element cannot be used here. It is nested in another "td" tag and cannot be nested. Has the previous "td" element been ended? This element may be contained in "tr". This element may not be contained in "td" and "th". <td valign="top" width="163" class="colonnaDx"> |
330:4 | Error | The end tag for "td" (opened in line 259) should appear before the end tag for "tr" (nesting error). </tr> |
336:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | You 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 (232, 178 unique): Acque (1x), Agenzia (1x), Agenzie (1x), aggiornamento (1x), ai (1x), all'atto (1x), all'interno (1x), alla (1x), alle (1x), Altro (1x), Ambientali (1x), Annali (1x), Archivio (1x), aree (1x), attenersi (1x), Attivit (1x), autore (1x), behavior.css (1x), bibliografia (1x), Biblioteca (1x), BodyTotale (1x), bordo (1x), CARG (1x), Cartografia (1x), cognome (1x), Collegati (1x), conclusioni (1x), congressuali (1x), consegnato (1x), contaminati (1x), Contatti (1x), contenere (1x), Contributi (1x), Coste (1x), dal (1x), dedicato (1x), dell'abstract (1x), dell'Ambiente (1x), dell'area (1x), dell'iscrizione (1x), destro (1x), dicitura (1x), disponibilit (1x), distanza (1x), Ecolabel (1x), Educazione (1x), elettronica (1x), Emas (1x), endif (1x), ente (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 12562 bytes; 8.7s@14.4Kbps, 4.4s@28.8, 2.5s@50, 2.0s@64, 1.0s@128, 0.3s@384, 0.2s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.07s, 5 errors, 7 warnings, 11 messages, 13 validator comments, 338 lines, 199 tags (173 closed), 16 document comments, 5 entities, 515 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
5:8 | Message (Search Engine) | [8] This document's title contains only 2 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
121:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
123:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
270:7 | 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. |
271:3 | Error | [47] The "ul" element must directly contain at least one "li" element. <ul> |
272:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "h1" element is not allowed here. <h1>Alimentazione e qualità ambientale: condizione indispensabile per una migliore qualità della vita</h1> |
272:5 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:1 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:1 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:255 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:258 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:258 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:480 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:483 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:483 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:668 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 273. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
273:771 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:774 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:774 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:1018 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:1021 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:1021 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:1373 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:1376 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
273:1376 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:2006 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Biodiversità rurale, organismi geneticamente modificati presenti nelle produzioni agroalimentari: questi gli argomenti caldi e certamente di fortissima attualità che la Decima Conferenza delle Agenzie Ambientali ha riservato come appuntamento finale. <BR>Campobasso è stata la città che ha accolto i lavori della sessione che, per il suo porsi a diretto contatto con la tutela della salute e senza deludere le aspettative, si è dimostrata di importante valore scientifico. <BR>A relazionare, nella sala Auditorium del Centrum Palace, oltre ai rappresentanti del Sistema agenziale, anche personaggi provenienti dal mondo accademico come Giorgio Sberveglieri dell’Università degli Studi di Brescia e Luisa Manna, docente all’Università degli Studi del Molise. <BR>La discussione ha offerto un’ampia disamina, sotto vari profili, di tutto il panorama del settore partendo dalle attività di studio, di analisi e ricerca, alle ricerche sulla caratterizzazione ed analisi degli alimenti di origine vegetale. <BR>Quello della sicurezza dell’alimentazione e di un commercio globalizzato è sicuramente uno dei maggiori problemi che la nostra società si trova attualmente ad affrontare. L’opinione pubblica, infatti, non percepisce più un alimento solo come una sostanza nutriente, ma anche come un possibile veicolo di introduzione di molti composti tossici. <BR>La sessione ha chiarito, tra l’altro, le differenze tra i vari tipi di contaminazioni possibili che possono essere di origine ambientale (bifenilpoliclorurati e diossine), derivanti dall’utilizzo in agricoltura di presidi quali fitofarmaci e fertilizzanti o provenire dall’uso non corretto di coadiuvanti tecnologici come coloranti o conservanti. Le possibilità di contaminazione possono essere non solo indotte, ma anche di origine naturale come nel caso delle micotossine, ovvero sostanze naturali con spiccate proprietà tossiche, in grado di contaminare i prodotti vegetali in campo e durante lo stoccaggio. <BR> |
306:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
325:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (336, 248 unique): accademico (1x), accolto (1x), Acque (1x), affrontare (1x), Agenzia (1x), agenziale (1x), agricoltura (1x), agroalimentari (1x), ai (1x), alimenti (1x), alimento (1x), alla (1x), alle (1x), all (1x), ampia (1x), Annali (1x), appuntamento (1x), Archivio (1x), aree (1x), argomenti (1x), aspettative (1x), attualit (1x), attualmente (1x), behavior.css (1x), Biblioteca (1x), bifenilpoliclorurati (1x), Biodiversit (1x), BodyTotale (1x), Brescia (1x), caldi (1x), Campobasso (1x), caratterizzazione (1x), CARG (1x), Cartografia (1x), caso (1x), centro (1x), Centrum (1x), certamente (1x), chiarito (1x), citt (1x), coadiuvanti (1x), Collegati (1x), coloranti (1x), commercio (1x), composti (1x), condizione (1x), conservanti (1x), contaminare (1x), contaminati (1x), contaminazione (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 12996 bytes; 9.0s@14.4Kbps, 4.5s@28.8, 2.6s@50, 2.0s@64, 1.0s@128, 0.3s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.06s, 16 errors, 15 warnings, 10 messages, 12 validator comments, 327 lines, 177 tags (153 closed), 17 document comments, 7 entities, 467 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
5:8 | Message (Search Engine) | [8] This document's title contains only 2 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
121:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
123:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
270:7 | 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. |
271:3 | Error | [47] The "ul" element must directly contain at least one "li" element. <ul> |
272:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "h1" element is not allowed here. <h1>Chiusi ufficialmente i lavori della Decima Conferenza Nazionale delle Agenzie Ambientali</h1> |
272:5 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:3 | Error | [47] The "ul" element may directly contain only the "li" element. The "img" element is not allowed here. <img src="/site/_contentimages/00141300/141367_Chiusura.jpg" alt="L'incontro di chiusura della Conferenza" align="left" /> |
273:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
275:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "P" element is not allowed here. <P>Si è chiusa al termine della mattinata la Decima Conferenza Nazionale delle Agenzie per la protezione dell’ambiente che ha visto complessivamente la partecipazione di più di mille persone.</P> |
275:4 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
275:112 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
276:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "P" element is not allowed here. <P>“Una manifestazione innovativa rispetto alle altre - ha dichiarato il direttore generale di ARTA Abruzzo, Gaetano Basti - per diversi aspetti: l’introduzione di nuove tematiche di grande attualità come quella relativa alla sicurezza alimentare e l’attenzione prestata in generale agli aspetti antropologici dei luoghi. Importante – ha proseguito Basti – perché ribadisce il ruolo di presidio ambientale che le popolazioni devono avere rispetto ai territori che si vanno a tutelare”. </P> |
276:4 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
276:5 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 276. 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 "€". |
277:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "P" element is not allowed here. <P>Un segno che, secondo quanto affermato dal direttore generale dell’APAT, Giorgio Cesari, dimostra come il Sistema Agenziale si sia evoluto progressivamente al pari della conoscenza e coscienza ambientale. “E’questo l’obiettivo principale delle Conferenze, che riflettono negli aspetti tematici ed organizzativi l’evoluzione delle Agenzie per l’Ambiente e la raggiunta maturità del pubblico”.<BR>“Il Sistema si interroga – ha proseguito Giorgio Cesari – su quale sia la struttura e l’organizzazione più adeguata. L’attuale rete si va sostituendo con un modello unificato su base volontaria, omogeneo e dotato di spirito di sussidiarietà, a garanzia della progressione del Sistema Agenziale”.<BR>“Una buona notizia arriva dal settore dei LETA (Livelli Essenziali di Tutela Ambientale) - ha dichiarato Luigi Petracca, Direttore generale dell’ARPA Molise, – dove, dopo un dibattito che dura ormai da tre anni, si sta finalmente arrivando ad un processo di pianificazione finale”. <BR>“Le Conferenza delle Agenzie per l’Ambiente sono un vetrina di qualità - ha dichiarato in conclusione il Presidente della Regione Molise, Michele Iorio – affermazione del ruolo del Sistema agenziale come titolare della prevenzione ambientale”.</P> |
277:4 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
277:71 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 277. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
277:414 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
277:738 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
277:1032 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
310:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
329:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (351, 230 unique): Abruzzo (1x), Acque (1x), adeguata (1x), affermato (1x), affermazione (1x), Agenzia (1x), Agenziale (1x), agli (1x), ai (1x), alimentare (1x), alle (1x), altre (1x), Altro (1x), ambientale (1x), Annali (1x), anni (1x), antropologici (1x), Archivio (1x), aree (1x), arriva (1x), arrivando (1x), ARTA (1x), attenzione (1x), Attivit (1x), attuale (1x), attualit (1x), avere (1x), behavior.css (1x), Biblioteca (1x), BodyTotale (1x), buona (1x), CARG (1x), Cartografia (1x), centro (1x), chiusa (1x), Chiusi (1x), chiusura (1x), Collegati (1x), complessivamente (1x), conclusione (1x), Conferenze (1x), conoscenza (1x), contaminati (1x), Contatti (1x), contiene (1x), Contributi (1x), coscienza (1x), Coste (1x), dell'Ambiente (1x), devono (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 13128 bytes; 9.1s@14.4Kbps, 4.6s@28.8, 2.6s@50, 2.1s@64, 1.0s@128, 0.3s@384, 0.3s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.06s, 8 errors, 17 warnings, 11 messages, 12 validator comments, 331 lines, 178 tags (156 closed), 17 document comments, 13 entities, 475 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
5:8 | Message (Search Engine) | [8] This document's title contains only 2 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
121:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
123:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
270:7 | 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. |
271:3 | Error | [47] The "ul" element must directly contain at least one "li" element. <ul> |
272:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "h1" element is not allowed here. <h1>EOS (Sistema olfattivo elettronico): un naso elettronico per riconoscere le molestie olfattive</h1> |
272:5 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:3 | Error | [47] The "ul" element may directly contain only the "li" element. The "img" element is not allowed here. <img src="/site/_contentimages/00141400/141414_EOS.jpg" alt="Lo staff del laboratorio SENSOR" align="left" /> |
273:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
275:1 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Il “naso elettronico” si chiama così perché imita esattamente il funzionamento del naso umano, quindi ha le stesse funzionalità, con una cavità che ha dei sensori aspecifici, un’elettronica e un centro di elaborazione dati, il “cervello”, costituito da un processore. <BR>Il Laboratorio SENSOR, presentato alla Decima Conferenza e diretto dal prof. Giorgio Sberveglieri, ha progettato e sviluppato EOS, nato dalla collaborazione tra il CNR e il Dipartimento di Chimica e Fisica per l’Ingegneria e per i Materiali dell’Università di Brescia.<BR>Il “naso” EOS è un sistema che non ha memoria e prima di essere utilizzato va addestrato con un lavoro preliminare su discariche, impianti di compostaggio e depuratori. EOS sta funzionando molto bene, come nel caso del lavoro svolto tra il laboratorio e l’APAT, che ha visto la produzione di un volume di linee guida sulle molestie olfattive. <BR>Il risultato finale di queste sperimentazioni è un olfattometro elettronico che dà le indicazioni dettagliate sull’odore presente in un punto definito d’origine, in grado di codificare il tipo di sorgente, risalendo alla causa attraverso il diagramma d’odore che ha una forma molto specifica. Questo strumento è già trasportabile, ma tra qualche anno potrà addirittura raggiungere le dimensioni di un pacchetto di sigarette. |
275:1 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
275:5 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
275:284 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Il “naso elettronico” si chiama così perché imita esattamente il funzionamento del naso umano, quindi ha le stesse funzionalità, con una cavità che ha dei sensori aspecifici, un’elettronica e un centro di elaborazione dati, il “cervello”, costituito da un processore. <BR>Il Laboratorio SENSOR, presentato alla Decima Conferenza e diretto dal prof. Giorgio Sberveglieri, ha progettato e sviluppato EOS, nato dalla collaborazione tra il CNR e il Dipartimento di Chimica e Fisica per l’Ingegneria e per i Materiali dell’Università di Brescia.<BR>Il “naso” EOS è un sistema che non ha memoria e prima di essere utilizzato va addestrato con un lavoro preliminare su discariche, impianti di compostaggio e depuratori. EOS sta funzionando molto bene, come nel caso del lavoro svolto tra il laboratorio e l’APAT, che ha visto la produzione di un volume di linee guida sulle molestie olfattive. <BR>Il risultato finale di queste sperimentazioni è un olfattometro elettronico che dà le indicazioni dettagliate sull’odore presente in un punto definito d’origine, in grado di codificare il tipo di sorgente, risalendo alla causa attraverso il diagramma d’odore che ha una forma molto specifica. Questo strumento è già trasportabile, ma tra qualche anno potrà addirittura raggiungere le dimensioni di un pacchetto di sigarette. |
275:287 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Il “naso elettronico” si chiama così perché imita esattamente il funzionamento del naso umano, quindi ha le stesse funzionalità, con una cavità che ha dei sensori aspecifici, un’elettronica e un centro di elaborazione dati, il “cervello”, costituito da un processore. <BR>Il Laboratorio SENSOR, presentato alla Decima Conferenza e diretto dal prof. Giorgio Sberveglieri, ha progettato e sviluppato EOS, nato dalla collaborazione tra il CNR e il Dipartimento di Chimica e Fisica per l’Ingegneria e per i Materiali dell’Università di Brescia.<BR>Il “naso” EOS è un sistema che non ha memoria e prima di essere utilizzato va addestrato con un lavoro preliminare su discariche, impianti di compostaggio e depuratori. EOS sta funzionando molto bene, come nel caso del lavoro svolto tra il laboratorio e l’APAT, che ha visto la produzione di un volume di linee guida sulle molestie olfattive. <BR>Il risultato finale di queste sperimentazioni è un olfattometro elettronico che dà le indicazioni dettagliate sull’odore presente in un punto definito d’origine, in grado di codificare il tipo di sorgente, risalendo alla causa attraverso il diagramma d’odore che ha una forma molto specifica. Questo strumento è già trasportabile, ma tra qualche anno potrà addirittura raggiungere le dimensioni di un pacchetto di sigarette. |
275:287 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
275:561 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Il “naso elettronico” si chiama così perché imita esattamente il funzionamento del naso umano, quindi ha le stesse funzionalità, con una cavità che ha dei sensori aspecifici, un’elettronica e un centro di elaborazione dati, il “cervello”, costituito da un processore. <BR>Il Laboratorio SENSOR, presentato alla Decima Conferenza e diretto dal prof. Giorgio Sberveglieri, ha progettato e sviluppato EOS, nato dalla collaborazione tra il CNR e il Dipartimento di Chimica e Fisica per l’Ingegneria e per i Materiali dell’Università di Brescia.<BR>Il “naso” EOS è un sistema che non ha memoria e prima di essere utilizzato va addestrato con un lavoro preliminare su discariche, impianti di compostaggio e depuratori. EOS sta funzionando molto bene, come nel caso del lavoro svolto tra il laboratorio e l’APAT, che ha visto la produzione di un volume di linee guida sulle molestie olfattive. <BR>Il risultato finale di queste sperimentazioni è un olfattometro elettronico che dà le indicazioni dettagliate sull’odore presente in un punto definito d’origine, in grado di codificare il tipo di sorgente, risalendo alla causa attraverso il diagramma d’odore che ha una forma molto specifica. Questo strumento è già trasportabile, ma tra qualche anno potrà addirittura raggiungere le dimensioni di un pacchetto di sigarette. |
275:564 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Il “naso elettronico” si chiama così perché imita esattamente il funzionamento del naso umano, quindi ha le stesse funzionalità, con una cavità che ha dei sensori aspecifici, un’elettronica e un centro di elaborazione dati, il “cervello”, costituito da un processore. <BR>Il Laboratorio SENSOR, presentato alla Decima Conferenza e diretto dal prof. Giorgio Sberveglieri, ha progettato e sviluppato EOS, nato dalla collaborazione tra il CNR e il Dipartimento di Chimica e Fisica per l’Ingegneria e per i Materiali dell’Università di Brescia.<BR>Il “naso” EOS è un sistema che non ha memoria e prima di essere utilizzato va addestrato con un lavoro preliminare su discariche, impianti di compostaggio e depuratori. EOS sta funzionando molto bene, come nel caso del lavoro svolto tra il laboratorio e l’APAT, che ha visto la produzione di un volume di linee guida sulle molestie olfattive. <BR>Il risultato finale di queste sperimentazioni è un olfattometro elettronico che dà le indicazioni dettagliate sull’odore presente in un punto definito d’origine, in grado di codificare il tipo di sorgente, risalendo alla causa attraverso il diagramma d’odore che ha una forma molto specifica. Questo strumento è già trasportabile, ma tra qualche anno potrà addirittura raggiungere le dimensioni di un pacchetto di sigarette. |
275:564 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
275:915 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Il “naso elettronico” si chiama così perché imita esattamente il funzionamento del naso umano, quindi ha le stesse funzionalità, con una cavità che ha dei sensori aspecifici, un’elettronica e un centro di elaborazione dati, il “cervello”, costituito da un processore. <BR>Il Laboratorio SENSOR, presentato alla Decima Conferenza e diretto dal prof. Giorgio Sberveglieri, ha progettato e sviluppato EOS, nato dalla collaborazione tra il CNR e il Dipartimento di Chimica e Fisica per l’Ingegneria e per i Materiali dell’Università di Brescia.<BR>Il “naso” EOS è un sistema che non ha memoria e prima di essere utilizzato va addestrato con un lavoro preliminare su discariche, impianti di compostaggio e depuratori. EOS sta funzionando molto bene, come nel caso del lavoro svolto tra il laboratorio e l’APAT, che ha visto la produzione di un volume di linee guida sulle molestie olfattive. <BR>Il risultato finale di queste sperimentazioni è un olfattometro elettronico che dà le indicazioni dettagliate sull’odore presente in un punto definito d’origine, in grado di codificare il tipo di sorgente, risalendo alla causa attraverso il diagramma d’odore che ha una forma molto specifica. Questo strumento è già trasportabile, ma tra qualche anno potrà addirittura raggiungere le dimensioni di un pacchetto di sigarette. |
275:918 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Il “naso elettronico” si chiama così perché imita esattamente il funzionamento del naso umano, quindi ha le stesse funzionalità, con una cavità che ha dei sensori aspecifici, un’elettronica e un centro di elaborazione dati, il “cervello”, costituito da un processore. <BR>Il Laboratorio SENSOR, presentato alla Decima Conferenza e diretto dal prof. Giorgio Sberveglieri, ha progettato e sviluppato EOS, nato dalla collaborazione tra il CNR e il Dipartimento di Chimica e Fisica per l’Ingegneria e per i Materiali dell’Università di Brescia.<BR>Il “naso” EOS è un sistema che non ha memoria e prima di essere utilizzato va addestrato con un lavoro preliminare su discariche, impianti di compostaggio e depuratori. EOS sta funzionando molto bene, come nel caso del lavoro svolto tra il laboratorio e l’APAT, che ha visto la produzione di un volume di linee guida sulle molestie olfattive. <BR>Il risultato finale di queste sperimentazioni è un olfattometro elettronico che dà le indicazioni dettagliate sull’odore presente in un punto definito d’origine, in grado di codificare il tipo di sorgente, risalendo alla causa attraverso il diagramma d’odore che ha una forma molto specifica. Questo strumento è già trasportabile, ma tra qualche anno potrà addirittura raggiungere le dimensioni di un pacchetto di sigarette. |
275:918 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
308:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
327:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (289, 201 unique): Acque (1x), addestrato (1x), addirittura (1x), Agenzia (1x), Agenzie (1x), Altro (1x), Ambientali (1x), Annali (1x), anno (1x), Archivio (1x), aree (1x), aspecifici (1x), Attivit (1x), attraverso (1x), behavior.css (1x), bene (1x), Biblioteca (1x), BodyTotale (1x), Brescia (1x), CARG (1x), Cartografia (1x), caso (1x), causa (1x), cavit (1x), chiama (1x), Chimica (1x), CNR (1x), codificare (1x), collaborazione (1x), Collegati (1x), compostaggio (1x), contaminati (1x), Contatti (1x), contiene (1x), Contributi (1x), Coste (1x), costituito (1x), così (1x), dal (1x), dalla (1x), dati (1x), definito (1x), dei (1x), dell'Ambiente (1x), della (1x), dell (1x), depuratori (1x), dettagliate (1x), diagramma (1x), dimensioni (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 12448 bytes; 8.6s@14.4Kbps, 4.3s@28.8, 2.5s@50, 1.9s@64, 1.0s@128, 0.3s@384, 0.2s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.06s, 12 errors, 13 warnings, 11 messages, 12 validator comments, 329 lines, 175 tags (153 closed), 17 document comments, 5 entities, 467 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
5:8 | Message (Search Engine) | [8] This document's title contains only 2 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
121:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
123:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
270:7 | 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. |
271:3 | Error | [47] The "ul" element must directly contain at least one "li" element. <ul> |
272:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "h1" element is not allowed here. <h1>Osservatorio regionale sulla sicurezza alimentare: una garanzia in più di monitoraggio e controllo</h1> |
272:5 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:3 | Error | [47] The "ul" element may directly contain only the "li" element. The "img" element is not allowed here. <img src="/site/_contentimages/00141300/141368_Cartellone.jpg" alt="Allestimento di APAT in occasione della giornata conclusiva a Campobasso" align="left" /> |
273:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
275:1 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. “E’ necessario che le ARPA aumentino le loro competenze in tema di sicurezza alimentare”. Queste le parole del dottor Lucci, dell’Agenzia molisana per la protezione dell’ambiente, nel suo intervento alla sessione Alimentazione e Ambiente. “Ciò vuol dire - ha proseguito - istituire organismi che considerino la questione alimentare come fenomeno integrato ambiente-alimenti”.<BR>Un primo passo in tal senso è stato compiuto proprio dall’ARPA Molise, in partenariato con le Camere di Commercio delle Province di Campobasso ed Isernia, con la recente realizzazione dell’“Osservatorio regionale sulla sicurezza alimentare”. Tra le finalità dell’Osservatorio quelle di avviare una attività di ricerca, studio e controllo analitico integrata sul binomio ambiente–alimenti così da poter raggiungere diversi obiettivi: raccogliere ed elaborare i dati di analisi regionali su matrici alimentari ed ambientali, per finalità informativa e preventiva; svolgere un ruolo di supporto alle aziende alimentari per realizzare una sorta di “carta d’identità” che attesti la salubrità, genuinità e tipicità del prodotto alimentare. |
275:1 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
275:2 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
275:392 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. “E’ necessario che le ARPA aumentino le loro competenze in tema di sicurezza alimentare”. Queste le parole del dottor Lucci, dell’Agenzia molisana per la protezione dell’ambiente, nel suo intervento alla sessione Alimentazione e Ambiente. “Ciò vuol dire - ha proseguito - istituire organismi che considerino la questione alimentare come fenomeno integrato ambiente-alimenti”.<BR>Un primo passo in tal senso è stato compiuto proprio dall’ARPA Molise, in partenariato con le Camere di Commercio delle Province di Campobasso ed Isernia, con la recente realizzazione dell’“Osservatorio regionale sulla sicurezza alimentare”. Tra le finalità dell’Osservatorio quelle di avviare una attività di ricerca, studio e controllo analitico integrata sul binomio ambiente–alimenti così da poter raggiungere diversi obiettivi: raccogliere ed elaborare i dati di analisi regionali su matrici alimentari ed ambientali, per finalità informativa e preventiva; svolgere un ruolo di supporto alle aziende alimentari per realizzare una sorta di “carta d’identità” che attesti la salubrità, genuinità e tipicità del prodotto alimentare. |
275:395 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. “E’ necessario che le ARPA aumentino le loro competenze in tema di sicurezza alimentare”. Queste le parole del dottor Lucci, dell’Agenzia molisana per la protezione dell’ambiente, nel suo intervento alla sessione Alimentazione e Ambiente. “Ciò vuol dire - ha proseguito - istituire organismi che considerino la questione alimentare come fenomeno integrato ambiente-alimenti”.<BR>Un primo passo in tal senso è stato compiuto proprio dall’ARPA Molise, in partenariato con le Camere di Commercio delle Province di Campobasso ed Isernia, con la recente realizzazione dell’“Osservatorio regionale sulla sicurezza alimentare”. Tra le finalità dell’Osservatorio quelle di avviare una attività di ricerca, studio e controllo analitico integrata sul binomio ambiente–alimenti così da poter raggiungere diversi obiettivi: raccogliere ed elaborare i dati di analisi regionali su matrici alimentari ed ambientali, per finalità informativa e preventiva; svolgere un ruolo di supporto alle aziende alimentari per realizzare una sorta di “carta d’identità” che attesti la salubrità, genuinità e tipicità del prodotto alimentare. |
275:395 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
308:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
327:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (255, 186 unique): Acque (1x), Agenzie (1x), Alimentazione (1x), alimenti (1x), alimenti (1x), alle (1x), Allestimento (1x), Altro (1x), ambiente (1x), analisi (1x), analitico (1x), Annali (1x), Archivio (1x), aree (1x), attesti (1x), aumentino (1x), avviare (1x), aziende (1x), behavior.css (1x), Biblioteca (1x), binomio (1x), BodyTotale (1x), Camere (1x), CARG (1x), Cartografia (1x), centro (1x), Collegati (1x), Commercio (1x), competenze (1x), compiuto (1x), conclusiva (1x), considerino (1x), contaminati (1x), Contatti (1x), contiene (1x), Contributi (1x), Coste (1x), così (1x), dall (1x), dati (1x), dell'Ambiente (1x), delle (1x), diversi (1x), dottor (1x), d (1x), Ecolabel (1x), Educazione (1x), elaborare (1x), Emas (1x), endif (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 12309 bytes; 8.5s@14.4Kbps, 4.3s@28.8, 2.5s@50, 1.9s@64, 1.0s@128, 0.3s@384, 0.2s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.06s, 8 errors, 11 warnings, 11 messages, 12 validator comments, 329 lines, 173 tags (153 closed), 17 document comments, 6 entities, 463 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
5:8 | Message (Search Engine) | [8] This document's title contains only 2 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
121:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
123:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
270:7 | 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. |
271:3 | Error | [47] The "ul" element must directly contain at least one "li" element. <ul> |
272:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "h1" element is not allowed here. <h1>I fondamenti della cultura europea provengono anche dalle reti transumanti</h1> |
272:5 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
273:3 | Error | [47] The "ul" element may directly contain only the "li" element. The "img" element is not allowed here. <img src="/site/_contentimages/00141300/141366_Transumanza.jpg" alt="Immagine del paesaggio del Molise" align="left" /> |
273:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
275:1 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Se si considera come i tratturi abbiano permesso collegamenti tra alcune zone europee e favorito l’instaurarsi di costanti momenti di confronto tra Regioni italiane, in particolare di quelle centrali, si comprende come questi antichi percorsi della transumanza abbiano favorito lo scambio culturale. Questo uno degli spunti interessanti di riflessione che emerge dalla Sessione sulle tradizioni popolari di Campobasso, riportando l’interesse su migliaia di chilometri di reti ecologiche presenti sul territorio europeo che hanno influito anche sulla localizzazione di alcune città. <BR>Una geografia, quindi, senza confini quella dei tratturi che, nel passato, era il fondamento dell’eccellente rapporto che esisteva tra tipicità, tradizioni e territorio e che attualmente ha bisogno di promozione per: la conservazione della memoria, anche se questo principio ispira già l’istituzione di alcuni Siti di Interesse Comunitario (SIC); l’ecoturismo; la valorizzazione di alcune piccole realtà locali in un’ottica di ospitalità diffusa; la rivalutazione delle già esistenti greenways, della rete museale e di quella dei parchi. |
275:1 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
275:100 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
275:589 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. Se si considera come i tratturi abbiano permesso collegamenti tra alcune zone europee e favorito l’instaurarsi di costanti momenti di confronto tra Regioni italiane, in particolare di quelle centrali, si comprende come questi antichi percorsi della transumanza abbiano favorito lo scambio culturale. Questo uno degli spunti interessanti di riflessione che emerge dalla Sessione sulle tradizioni popolari di Campobasso, riportando l’interesse su migliaia di chilometri di reti ecologiche presenti sul territorio europeo che hanno influito anche sulla localizzazione di alcune città. <BR>Una geografia, quindi, senza confini quella dei tratturi che, nel passato, era il fondamento dell’eccellente rapporto che esisteva tra tipicità, tradizioni e territorio e che attualmente ha bisogno di promozione per: la conservazione della memoria, anche se questo principio ispira già l’istituzione di alcuni Siti di Interesse Comunitario (SIC); l’ecoturismo; la valorizzazione di alcune piccole realtà locali in un’ottica di ospitalità diffusa; la rivalutazione delle già esistenti greenways, della rete museale e di quella dei parchi. |
275:592 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. Se si considera come i tratturi abbiano permesso collegamenti tra alcune zone europee e favorito l’instaurarsi di costanti momenti di confronto tra Regioni italiane, in particolare di quelle centrali, si comprende come questi antichi percorsi della transumanza abbiano favorito lo scambio culturale. Questo uno degli spunti interessanti di riflessione che emerge dalla Sessione sulle tradizioni popolari di Campobasso, riportando l’interesse su migliaia di chilometri di reti ecologiche presenti sul territorio europeo che hanno influito anche sulla localizzazione di alcune città. <BR>Una geografia, quindi, senza confini quella dei tratturi che, nel passato, era il fondamento dell’eccellente rapporto che esisteva tra tipicità, tradizioni e territorio e che attualmente ha bisogno di promozione per: la conservazione della memoria, anche se questo principio ispira già l’istituzione di alcuni Siti di Interesse Comunitario (SIC); l’ecoturismo; la valorizzazione di alcune piccole realtà locali in un’ottica di ospitalità diffusa; la rivalutazione delle già esistenti greenways, della rete museale e di quella dei parchi. |
275:592 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
308:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
327:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (262, 191 unique): Acque (1x), Agenzia (1x), Agenzie (1x), alcuni (1x), alla (1x), Altro (1x), Ambientali (1x), Annali (1x), antichi (1x), Archivio (1x), aree (1x), Attivit (1x), attualmente (1x), behavior.css (1x), Biblioteca (1x), bisogno (1x), BodyTotale (1x), Campobasso (1x), CARG (1x), Cartografia (1x), centrali (1x), centro (1x), chilometri (1x), citt (1x), collegamenti (1x), Collegati (1x), comprende (1x), Comunitario (1x), confini (1x), confronto (1x), conservazione (1x), considera (1x), contaminati (1x), Contatti (1x), contiene (1x), Contributi (1x), costanti (1x), Coste (1x), cultura (1x), culturale (1x), dalla (1x), dalle (1x), degli (1x), dell'Ambiente (1x), delle (1x), dell (1x), diffusa (1x), eccellente (1x), Ecolabel (1x), ecologiche (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 12227 bytes; 8.5s@14.4Kbps, 4.2s@28.8, 2.4s@50, 1.9s@64, 1.0s@128, 0.3s@384, 0.2s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.09s, 8 errors, 11 warnings, 11 messages, 12 validator comments, 329 lines, 173 tags (153 closed), 17 document comments, 5 entities, 463 programs run. |
Line:char | Type | Message Description |
---|---|---|
Message (Web Content Accessibility Guidelines 1.0) [ACCESSIBILITY] | [73] WCAG 1.0 accessibility checking is disabled. | |
Message (Section 508 Accessibility Standards) [ACCESSIBILITY] | [73] Section 508 accessibility checking is disabled. | |
5:2 | Message (Search Engine) | Tip - A good title is very important for search engine listings. Use many keywords and search terms in the title but make it readable. Don't just stuff keywords in the title. The title should also be something that a user will want to click on when it's listed on a search engine. A good title is also important when a visitor bookmarks a page. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>. AI Internet Solutions also recommends that the "title" tag be the first tag inside the "head" section. |
5:8 | Message (Search Engine) | [8] This document's title contains only 2 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase. The title should also contain keywords and search terms while remaining readable. |
49:2 | Message (General Compatibility) | [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element. |
52:35 | Message (General Compatibility) | [5] PNG images are generally well supported in today's browsers EXCEPT for Microsoft Internet Explorer 6.0 and below. IE 6.0 will not render PNG images correctly in certain cases. Because of the popularity of Internet Explorer, you may want to consider using GIF or JPG images instead, especially when using the transparency features of PNG which IE 6.0 does not support well. Fortunately PNG support has been improved in IE 7.0. This message is displayed only once. There may be other PNG images specified in this document. |
121:3 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
123:8 | Message (Deprecated) | [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets. |
133:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
155:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
173:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
204:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
227:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
232:30 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 232. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
244:43 | Warning | An "href", "id", or "name" attribute should normally be used with the "a" element. If one of these attributes are being set with a script, then consider the accessibility issues of requiring scripting. Disable this message if you do not want to check for this. |
266:14 | Message (Good Style) | Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute. |
270:7 | 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. |
271:3 | Error | [47] The "ul" element must directly contain at least one "li" element. <ul> |
272:2 | Error | [47] The "ul" element may directly contain only the "li" element. The "h1" element is not allowed here. <h1>Quando la protezione dell’ambiente passa per la valorizzazione delle tradizioni popolari</h1> |
272:5 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
272:31 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 272. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
273:3 | Error | [47] The "ul" element may directly contain only the "li" element. The "img" element is not allowed here. <img src="/site/_contentimages/00141300/141365_TradizioniPopolari.jpg" alt="Un momento della sessione Ambiente e tradizioni popolari" align="left" /> |
273:3 | Message (Good Style) | [7] The "height" and "width" attributes should be used with the "img" element. Using these attributes generally result in faster and smoother (less jumpy) rendering. Using them is also considered to be good style. |
275:1 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. La velocità delle trasformazioni tecnologiche e i processi della globalizzazione sottolineano la necessità di proteggere, attraverso una maggiore attenzione, gli elementi caratteristici e rurali del territorio locale. Numerosi sono gli attori coinvolti in questa che, per un Paese come l’Italia, rappresenta una vera e propria missione e che unisce la promozione culturale con la tutela dell’ambiente. <BR>La Decima Conferenza, con l’appuntamento di Campobasso del 9 marzo, ha offerto un ambito vasto, quindi, per la sessione “L’ambiente e le tradizioni popolari”, che prevede interventi di eccellenza di personaggi provenienti dal mondo Accademico e di esperti di geologia, antropologia e delle altre scienze che condividono l’importanza dell’uomo, del suo habitat e delle sue tradizioni. Si sottolinea la valenza di questo tema inedito, in cui passato e futuro, tradizione e tecnologia, si fondono in un duplice denominatore: l’uomo e l’ambiente, ambedue da tutelare e valorizzare. Un importante contributo conoscitivo ed operativo, nella valorizzazione degli aspetti del territorio, proviene dal Sistema Agenziale che, attraverso la collaborazione con gli altri settori, potrebbe garantire la promozione di forme turistiche concretamente attente all’ambiente. |
275:1 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
275:291 | Warning | At least one character (codepoint) between 128 and 159 (inclusive) was found on line 275. These codepoints are commonly found in Windows character sets like Windows-1252 but may not work for everyone, especially those not using Windows. If you are wanting the euro sign, then it is recommended that the character reference "€" be used. Another option would be to use the entity reference "€". |
275:410 | Error | [47] The "ul" element may directly contain only the "li" element. The "BR" element is not allowed here. La velocità delle trasformazioni tecnologiche e i processi della globalizzazione sottolineano la necessità di proteggere, attraverso una maggiore attenzione, gli elementi caratteristici e rurali del territorio locale. Numerosi sono gli attori coinvolti in questa che, per un Paese come l’Italia, rappresenta una vera e propria missione e che unisce la promozione culturale con la tutela dell’ambiente. <BR>La Decima Conferenza, con l’appuntamento di Campobasso del 9 marzo, ha offerto un ambito vasto, quindi, per la sessione “L’ambiente e le tradizioni popolari”, che prevede interventi di eccellenza di personaggi provenienti dal mondo Accademico e di esperti di geologia, antropologia e delle altre scienze che condividono l’importanza dell’uomo, del suo habitat e delle sue tradizioni. Si sottolinea la valenza di questo tema inedito, in cui passato e futuro, tradizione e tecnologia, si fondono in un duplice denominatore: l’uomo e l’ambiente, ambedue da tutelare e valorizzare. Un importante contributo conoscitivo ed operativo, nella valorizzazione degli aspetti del territorio, proviene dal Sistema Agenziale che, attraverso la collaborazione con gli altri settori, potrebbe garantire la promozione di forme turistiche concretamente attente all’ambiente. |
275:413 | Error | [47] The "ul" element may directly contain only the "li" element. No text is allowed here. La velocità delle trasformazioni tecnologiche e i processi della globalizzazione sottolineano la necessità di proteggere, attraverso una maggiore attenzione, gli elementi caratteristici e rurali del territorio locale. Numerosi sono gli attori coinvolti in questa che, per un Paese come l’Italia, rappresenta una vera e propria missione e che unisce la promozione culturale con la tutela dell’ambiente. <BR>La Decima Conferenza, con l’appuntamento di Campobasso del 9 marzo, ha offerto un ambito vasto, quindi, per la sessione “L’ambiente e le tradizioni popolari”, che prevede interventi di eccellenza di personaggi provenienti dal mondo Accademico e di esperti di geologia, antropologia e delle altre scienze che condividono l’importanza dell’uomo, del suo habitat e delle sue tradizioni. Si sottolinea la valenza di questo tema inedito, in cui passato e futuro, tradizione e tecnologia, si fondono in un duplice denominatore: l’uomo e l’ambiente, ambedue da tutelare e valorizzare. Un importante contributo conoscitivo ed operativo, nella valorizzazione degli aspetti del territorio, proviene dal Sistema Agenziale che, attraverso la collaborazione con gli altri settori, potrebbe garantire la promozione di forme turistiche concretamente attente all’ambiente. |
275:413 | Warning | [47] Text was found in a(n) "ul" section. Text in this section should be contained in an "li" tag even though some browsers may render this text without an "li" tag. More HTML standard compliant browsers such as Opera may not render this text at all. |
308:28 | Error | [47] The "ul" element must directly contain at least one "li" element. <div class="sotto"><ul class="sottolivello"></ul></div> |
327:3 | Error | Somewhere in this document there is a nonexistent internal link to "menu" created by using <a href="#menu"> ... </a>. This link should be removed or it should link to a location in the document that is specified by <a name="menu"> ... </a> or <element id="menu"...>. </body> |
Comment (Accessibility Tips) [ACCESSIBILITY] | This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options. | |
Comment | You may want to turn off 128-159 character checking if you're sure that these characters will be interpreted and displayed properly by the visiting user agents. This option is in CSE HTML Validator's Validator Engine Options. | |
Comment | Possibly misspelled words (265, 191 unique): Accademico (1x), Acque (1x), Agenzia (1x), Agenziale (1x), Agenzie (1x), alla (1x), all (1x), altre (1x), altri (1x), Altro (1x), ambedue (1x), Ambientali (1x), ambito (1x), Annali (1x), antropologia (1x), appuntamento (1x), Archivio (1x), aree (1x), aspetti (1x), attente (1x), attenzione (1x), Attivit (1x), attori (1x), behavior.css (1x), Biblioteca (1x), BodyTotale (1x), Campobasso (1x), caratteristici (1x), CARG (1x), Cartografia (1x), centro (1x), coinvolti (1x), collaborazione (1x), Collegati (1x), concretamente (1x), condividono (1x), conoscitivo (1x), contaminati (1x), Contatti (1x), contiene (1x), Contributi (1x), contributo (1x), Coste (1x), cui (1x), culturale (1x), degli (1x), dell'Ambiente (1x), denominatore (1x), duplice (1x), eccellenza (1x). List limited to first 50 unique words. | |
Comment | HTML 4.01 Transitional document detected. | |
Comment (Search Engine) | [113] Random Search Engine Tip #12 - Many elements support the "title" attribute that is used for annotation (do not confuse the "title" element with the "title" attribute). Consider annotating tags like "a" with something like title="Read about <keywords>". Annotate with keywords and search terms. Some browsers, like Firefox, will also display the value of the "title" attribute when the user hovers the mouse over content with a "title" attribute. | |
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 | 12418 bytes; 8.6s@14.4Kbps, 4.3s@28.8, 2.5s@50, 1.9s@64, 1.0s@128, 0.3s@384, 0.2s@512, 0.2s@768, 0.1s@1.5Mbps, 0.0s@10Mbps. | |
Comment | 0.17s, 8 errors, 12 warnings, 11 messages, 12 validator comments, 329 lines, 173 tags (153 closed), 17 document comments, 5 entities, 463 programs run. |
Multiple page report: Previous | Summary 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 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 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