What is an iframe? Erin von Scherrer November 20, 2017 20:11 Updated Follow An iframe, or Inline Frame is used to display a web page within a web page. In other words, an iframe can be used to insert a piece of content from another source into a webpage. Basic HTML code that’s included in an iframe <iframe src="replace_this_part_of_the_code.html" height="200" width="300"></iframe> the src tag specifies the URL of the web page you want to embed Comments 0 comments Article is closed for comments.
Comments
0 comments
Article is closed for comments.