
| For example: <frameset rows="50%,50%"> |
| The syntax for an iframe is: <iframe src="external.html"></iframe> |
| Example: <frameset rows="25%,50%,25%"> This divides the window into three horizontal frames with heights of 25%, 50%, and 25% respectively. |
| Example- <frameset cols="200px,500px,300px"> This divides the window into three vertical columns with widths of 200 pixels, 500 pixels, and 300 pixels respectively. |
| Example: <frameset rows="50%,50%" border="5"> This sets a 5-pixel border between the two frames. |
| Example: <frameset rows="50%,50%" frameborder="0"> This removes the border around each frame. |
| Example: <frameset rows="50%,50%" framespacing="10"> This sets a 10-pixel space between the frames. |