What is meant by iframe?
What is meant by iframe?
Other Answers:
iframe or inline-frame is a tag by which you can spilt you single HTML page into several parts..each part can load its own page.
eg
<iframe><a href="leftpage.html"></iframe>
<iframe><a href="rightpage.html></iframe>
whats really intresting is that you can actually move data between such frames.
eg
<iframe><a href="leftpage.html"></iframe>
<iframe><a href="rightpage.html></iframe>
whats really intresting is that you can actually move data between such frames.
as the name suggests it is a frame..
iframe is an html element that is used in order to load other pages to a main page...
for example if u create a website, and if u want to keep all the pages fixed, but change only a certain area of each page u can simple add an iframe to that perticular area..so that when u click a link on the main page, the referred page will load in to the iframe..
iframe is an html element that is used in order to load other pages to a main page...
for example if u create a website, and if u want to keep all the pages fixed, but change only a certain area of each page u can simple add an iframe to that perticular area..so that when u click a link on the main page, the referred page will load in to the iframe..
IFRAME is a tag used in web page designing. .it is a floating frame inserted within a Web page which is not bound to the side of a browser window.
a floating frame inserted within a Web page which is not bound to the side of a browser window.
0 коммент.:
Post a Comment