עשיתי בדיקות באתר w3.org לתקן XHTML 1.0 Strict וראיתי שיש לי הרבה טעויות בשורת IFRAME אחת. מישהו יכול לעזור לי בזה?
HTML קוד:
<iframe src="adress" name="iframe" style="padding:0px; margin:0;border:0px; width: 850px; height: 522px;" scrolling="auto" frameborder="1" marginwidth="0" marginheight="1"></iframe>
כל הטעויות הן:
there is no attribute "marginheight"
there is no attribute "marginwidth"
there is no attribute "frameborder"
there is no attribute "scrolling"
there is no attribute "style"
there is no attribute "name"
there is no attribute "src"
(על כל התגיות, זה אומר שאין תכונה שנקראת בשמות האלה, אבל יש!)
ויש שגיאה אחת, שהיא:
element "iframe" undefined
מישהו יכול לעזור לי? זה קוד נורא קצר עם המון טעויות שלא הבנתי..