WorksheetsiFrames Quiz
Total questions: 10
Worksheet time: 5mins
What does an iFrame allow you to do in a webpage?
Change the background color
Embed another HTML page within your page
Create a pop-up window
Add a navigation bar
Which HTML tag is used to create an iFrame?
<frame>
<embed>
<iframe>
<window>
Which attribute of the tag is used to specify the URL of the page to embed?
href
link
src
url
What kind of content can be embedded using iFrames?
Only images
Only text
Tweets, videos, ads, and other web pages
Only local files
What is a common use of iFrames in articles?
To display footnotes
To embed tweets or videos
To add comments
To create tables
Which of the following is a valid iFrame example?
https://example.com
https://example.com
<iframe url="https://example.com"></iframe>
<iframe link="https://example.com"></iframe>
Why might some websites block iFrame embedding?
To save bandwidth
To prevent clickjacking and security risks
To improve SEO
To reduce loading time
Which of the following sites commonly provide embed code for iFrames?
Google Docs
YouTube, Twitter, Spotify
Amazon
Wikipedia
What is clickjacking?
A way to speed up clicks on a page
A method to embed secure content
A malicious technique using iFrames to trick users
A tool for tracking user clicks
What does the src attribute in an iFrame do?
Sets the size of the frame
Specifies the source URL to load inside the frame
Defines the style of the frame
Adds a caption to the frame
