Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
What is the use of an iframe tag?
Home
HTML
What is the use of an iframe tag?
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
Q:
What is the use of an iframe tag?
iframe-tag
html-iframe
Answer
▼ Show
1
Answer
0
votes
answered
Oct 24, 2019
by
rajeshsharma
An iframe is used to display a web page within a web page.
Syntax:
<iframe src="URL"></iframe>
Example:
<iframe src="demo_iframe.html" width="200px" height="200px"></iframe>
Target to a link:
<iframe src="
http://www.javatpoint.com
" name="iframe_a"></iframe>
HTML
Learn More with Madanswer
Related questions
+1
vote
Q: What is the use of details and summary tag in HTML?
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
summary-tag
html-summary-tag
0
votes
Q: What is the use of figcaption tag in HTML 5?
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
figcaption-tag
figcaption-html
0
votes
Q: What is the use of figure tag in HTML 5?
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
figure-tag
html-tag
0
votes
Q: What is the use of a span tag?
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
html-span-tag
span-tag
0
votes
Q: Which HTML5 tag would you use to define footer?
asked
Feb 11, 2020
in
HTML
by
rahuljain1
#html-footer
0
votes
Q: Do all HTML tags have an end tag?
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
html-end-tag
end-tag
html-tag
0
votes
Q: Which of the following tag is used to create a combo box (or drop-down box)?
asked
Jan 29
in
HTML
by
rajeshsharma
html-combo-box
combo-box
drop-down-box
...