سؤال

I'm trying to make a plunkr that uses an iframe to embed content. Here is what I have so far. Am I doing it wrong? It just shows an empty iframe.

هل كانت مفيدة؟

المحلول

iFrames work in plunker. It just depends on the the source.

For example try the following:

<iframe src="http://www.w3schools.com"></iframe>

Demo

Google prevents the browser from displaying the Google site in iFrames that are not on web page on the Google domain.

How to show google.com in an iframe?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top