Create a basic frameset in HTML and CSS
Description
The following code shows how to create a basic frameset.
Example
<!-- ww w.j a va 2s . c o m-->
<html>
<head>
<title>Frames example</title>
</head>
<frameset rows="150, *, 100">
<frame src="http://java2s.com" />
<frame src="http://java2s.com" />
<frame src="http://java2s.com" />
<noframes><body>This site uses a technology called frames. Unfortunately, your browser does
not support this technology. Please upgrade your browser and visit us again!</body></noframes>
</frameset>
</html>
The code above generates the following result.
HTML CSS Tutorial Frame
Create HTML frame in HTML and CSS
Create Horizontal Frameset in HTML and CSS
Create Nested Frameset in HTML and CSS
Create Nested frames in HTML and CSS
Create Vertical Frameset in HTML and CSS
Create a Frameset with 10 pixel border in H...
Create a Frameset with no border in HTML an...
Create a Frameset with space in HTML and CS...
Create an inline frame with iframe in HTML ...
Create not resizable frame in HTML and CSS
Frameset with 10 pixel frameborder in HTML ...
Set iframe as target for anchor link target...
Set size for iframe in HTML and CSS
Create HTML frame in HTML and CSS
Create Horizontal Frameset in HTML and CSS
Create Nested Frameset in HTML and CSS
Create Nested frames in HTML and CSS
Create Vertical Frameset in HTML and CSS
Create a Frameset with 10 pixel border in H...
Create a Frameset with no border in HTML an...
Create a Frameset with space in HTML and CS...
Create a basic frameset in HTML and CSS
Create an inline frame(iframe) in HTML and ...Create an inline frame with iframe in HTML ...
Create not resizable frame in HTML and CSS
Frameset with 10 pixel frameborder in HTML ...
Set iframe as target for anchor link target...
Set size for iframe in HTML and CSS