i know i can have iframe in a html page, say parent.htm, and i can have something like this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<img alt="http://localhost/images/header.png" src="http://localhost/images/header.png" width=700px height=100px />
<iframe src="Child.htm"></iframe>
</body>
</html>
But can i put html directly into iframe rather than pointing it to a file (child.htm).
Thanks.
No you cant only browsers that do not support frames will show the contents
From W3C