For example, which is the difference between these:
The main difference is that the 'src' attribute contains the address of the document you are going to embed in the tag.
On the other hand 'srcdoc'attribute contains the HTML content of the page to show in the inline frame.
the main disadvantage of srcdoc is that it is not supported in all browsers whereas src is compatible with all the browsers.
for detailed explanation please go through the following link: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe