- From: Kosa Gergely <zippanto@inf.elte.hu>
- Date: Mon, 20 Nov 2006 16:59:42 +0100
- To: www-validator@w3.org
I'm using an object instead of iframe, cause I write in Strict. The tag is in
the body tag and I get this error. Try to validate this webpage:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Test</title>
</head>
<body>
<object data="http://www.test.com" type="text/html" width="90%"
height="300"></object>
</body>
</html>
Received on Monday, 20 November 2006 18:38:22 UTC