Q&A
Ask and answer questions to make information more available to wider audiences.
Paxton Adcinson @adcinsonpaxton   15, Jun 2023 12:00 AM
iframe tag
What is the use of an iframe tag?
answers 2
 
Answer 1
Aiden Barti @aidenbarti   22, Jun 2023 10:56 AM
For example – The src attribute is used to specify the URL of the document that occupies the iframe.
Syntax: 
<iframe src=”URL”></iframe>
 
Answer 2
Aiden Barti @aidenbarti   22, Jun 2023 10:56 AM
The <iframe> tag specifies an inline frame. It is used to display a web page within a web page (to embed another document within the current HTML document).