Multiple choice html

What is the tag for an inline frame?

  1. Iframe

  2. Inframe

  3. frame

  4. inlineframe

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

The tag creates an inline frame that embeds another document within the current page. Option C 'frame' creates frameset-style frames (a different, older technology), and options B and D ('Inframe', 'inlineframe') are not valid HTML elements.