HTML Frameset (i-frame)
NOTE :- Put the frameset code in between opening and closing tag of Head
To get above output copy code and run in google chrome or download file frome below link
<!DOCTYPE html>
<html>
<head>
<frameset cols="25%,50%,25%">
<frame src="https://ljtians.blogspot.com/p/c-prg.html" border=2>
<frame src="https://ljtians.blogspot.com/">
<frame src="https://ljtians.blogspot.com/p/html.html">
</frameset>
</head>
<body>
</body>
</html>
To get above output copy code and run in google chrome or download file frome below link
<!DOCTYPE html>
<html>
<head>
<frameset cols="25%,50%,25%">
<frame src="https://ljtians.blogspot.com/p/c-prg.html" border=2>
<frame src="https://ljtians.blogspot.com/">
<frame src="https://ljtians.blogspot.com/p/html.html">
</frameset>
</head>
<body>
</body>
</html>
Comments
Post a Comment