Inline frames

Notes:

HTML - iframe tag : iframe is a paired tag.

iframe tag is a paired tag.
iframe stands for inline frame.
iframe tag is used to embed external resources in html doc.
We can use both iframe and body together.
iframe we can use to show banner ads, advertisements on the website.

html iframe tag:
src="file path"

width and height attributes take values in pixel or %.
autostart attribute is used to control audio or video autostart behavior.

Interview Questions: