Untitled

 avatar
unknown
plain_text
a year ago
430 B
5
Indexable
<html>
<head>
<title>Main document</title>
<style type="text/css">body{background-colour:red}
iframe{border:10px dotted purple}
</style>
</head> 
<body>
<h3> this is the main docunment containing below given  inline frames</h3>
<iframe src="frame_a.html" height=200 width=200></iframe>
<iframe src="frame_b.html" height=200 width=200></iframe>
<iframe src="frame_c.html" height=200 width=200></iframe>
</body>
</html>
Editor is loading...
Leave a Comment