- Автор темы
- #1
1. как помагает правильный код?
2. Читал, но не понимаю все равно о чем это validator.w3.org.
Ошибки какие-то странные
и т.д.
2. Читал, но не понимаю все равно о чем это validator.w3.org.
Ошибки какие-то странные
Код:
Line 72, Column 38: end tag for "param" omitted, but OMITTAG NO was specified
<param name="quality" value="hig…✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Код:
Line 73, Column 14: Attribute "src" exists, but can not be used for this element.
<embed src="http://юююю.swf" quality=✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such
Код:
Attribute "width" exists, but can not be used for this element.
…pplication/x-shockwave-flash" width="468" height="100"></embed>✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight