On Fri, Sep 19, 2014 at 2:18 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> I have an opening and closing iframe tag, but the validator is giving this
> error;
> Saw < when expecting an attribute name. Probable cause: Missing >
> immediately before.
> My code:
> <iframe class="" src=""><div></div></iframe>
>


Dunno. Need page markup. Try:

<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>stuff</title>
</head>
<body>
<iframe class="c1" src="c2.png">
<div></div>
</iframe>
</body>
</html>

Best,
David Laakso
-- 
Chelsea Creek Studio
http://ccstudi.com
desktop | laptop | tablet | mobile
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to