A frame can be used for dividing page into segments. <frame> attribute can be used to define frames.
In HTML web programming one uses a frameset to create less linear looking websites. Frameset versions were created to make transferring documents that conformed to the old HTML specification easier.
You can use hyperlinks in frames too in an HTML document. You can place the anchor tag out side of a frame.
The tag FRAME in HTML permits you to display more than one HTML document within a single browser window by dividing it into sections known as frames. Frame targeting is controlling which frame the information is going to. Below is a very simple block of code to explain this process. <frameset rows="40,*"> <frame src="text1.html" name="smasher1"> <frame src="text2.html" name="smasher2"> </frameset> This is setting up the frames and naming them smasher1 and smasher2. When you need to put information into a certain frame you use the TARGET tag. Originally we were displaying text1.html in the first frame named smasher1. Now if we execute the command below text1 is now replaced with text3 in the first frame (smasher1) and the second frame is still displaying text2.html ... <a href="text3.htm" target="smasher1">
Frames are used to divide the HTML page into sections. The <frame> tag is used for that purpose.
<frame>
You can't use PHP in an HTML document, but you can use HTML in PHP script.
http://www.w3schools.com/HTML/
The tag will make all of three hypertext links load their HTML into a different frame. I hope this is what you were looking for!!!
Use the attribute Frameborder=0 or Frameborder=No. It can be used in the Frame, Frameset or Iframe tag. 1 or Yes will set it on.
Go To http://www.htmlcodetutorial.com and look for the FRAMES TUTORIAL. It will help you.
sandbox
The html converters that are free to use are HTML Converter and Free HTML Converter. These two websites do a great job at converting html files to whatever you need.