Multiple choice

Which of the following is tag is used to create an inline frame?

  1. iframe

  2. inframe

  3. form

  4. frame

  5. frameset

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The HTML iframe tag is used to specify an inline frame. An inline frame allows us to embed another document within the current HTML document. We  can use the iframe src attribute to specify the source of the other document, as well as other attributes to determine the height, width, scrolling properties, border, etc.