About iframe tag.
1) iframe is a way with which we can embed one document into another document.
2) iframe is a container tag. Its' main attribute is src where the url/link of the website which we want to embed in our document is placed.
3) We can give width and height attribute to iframe tag
4) Think of iframe as a mini browser inside our browser. The parent DOM can never access the iframe DOM.




Comments
Post a Comment