πŸ“Š HTML
Q. Which tag specifies an inline frame?
  • (A) <frame>
  • (B) <iframe>
  • (C) <inlineframe>
  • (D) <frames>
πŸ’¬ Discuss
βœ… 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>

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>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
213
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
90%
Success Rate