Search This Blog

HTML Frameset Tag Example

HTML Frameset Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com Frameset Tag Example </title>
</head>
<frameset rows="10%,75%,15%">
<frame src="">
<frame src="link\link_frame.html">
<frame src="">
</frameset>
</html>
II File link_frame.html
<!doctype html>
<html>
<head>
<title> www.kub4u.blogsopt.com </title>
</head>
<h2> Frame Tag Example </h2>
</html>
OUTPUT
HTML Frameset Tag Example

No comments:

Post a Comment