BASIC IFRAME SYNTAX IN HTML:
<iframe src="URL" > </iframe>
Attributes of iFrame:
- Width // It used to give specific width of the iFrame. //
- Height // It used to give a specific width of the iFrame. //
- frame border // It used to give frame border of the iFrame. //