Search This Blog

HTML Frameset Tag With Rows Example

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

No comments:

Post a Comment