InterviewSolution
Saved Bookmarks
| 1. |
Explain <iframe> in HTML. |
|
Answer» <iframe> tag is also called HTML inline frame element. It is generally used to display the content of another WEBSITE inside our web-page. One of the most common uses is to display maps, inside our webpage. We are doing the same in our example. The <iframe> tag have MANY attributes like - src, width, height.
|
|