Computer Science, asked by nasa181, 2 months ago

How can I make the iframe fullscreen in html?

Answers

Answered by cuteprincess200012
2

Answer:

An inline frame is used to embed another document within the current HTML document. For the fullscreen Iframe, you have to cover the entire viewport. Output: Example 2: Using <frameset rows=”100%,*”>.

Similar questions