Q. Which tag specifies an inline frame?
β
Correct Answer: (B)
<iframe>
Explanation: 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>