Search This Blog

HTML Frameset Tag With Cols Example

HTML Frameset Tag With Cols Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com Frameset Tag With Cols Example </title>
</head>
<frameset cols="50%,50%">
<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 With Cols Example

No comments:

Post a Comment