____________tag is used to specify an inline frame

Options
- < jframe>
- < frameset>
- < iframe>
- < frame>


CORRECT ANSWER : < iframe>

Discussion Board
< iframe>

The <iframe> tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.
-Add a text between the opening <iframe> tag and the closing </iframe> tag to deal with browsers that do not support <iframe>.

Sapna Tongase 02-27-2017 11:28 PM

Explanation.

Answer : "iframe"

The HTML "iframe" tag represents a nested browsing context, effectively embedding another HTML page into the current page.
The "iframe" tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.

Jayesh Sonar 02-27-2015 05:15 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement