Why wont this HTML frameset validate?
I get errors with this
<frameset rows="150,*" border="0" frameborder="0" framespacing="0">
using this decleration
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
<html>
<head>
<!---lines omited-->
</head>
<Frameset//EN" "http://www.w3.org/TR/html4/loose.dtd">
<frame name="top" scrolling="no" noresize target="contents" src="top.htm">
<!--linmes onmited-->
the validator at http://validator.w3.org/check says
Line 11, Column 30: there is no attribute "BORDER".
Line 11, Column 46: there is no attribute "FRAMEBORDER".
Line 11, Column 63: there is no attribute "FRAMESPACING".
Line 12, Column 51: there is no attribute "TARGET".
I've included lines 11 and 12, but i dont understand why they wont validate.
Can anybody tell me whats going on?
0 коммент.:
Post a Comment