Home / Programming MCQs / HTML MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Which tag specifies an inline frame?

(A) <frame>
(B) <iframe>
(C) <inlineframe>
(D) <frames>
Explanation by: Jatin Dubey
The <iframe> tag specifies an inline frame.

An inline frame is used to embed another document within the current HTML document.

Example

<iframe src="https://www.google.com" title="Google"></iframe>

You must be Logged in to update hint/solution

Discusssion

Login to discuss.