Multiple choice html What is the tag for an inline frame? Iframe Inframe frame 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.