added "iframe tags" link (#21685)

* added "iframe tags" link

* added spacing

* Markdownize link
This commit is contained in:
daniela-idara
2018-11-15 10:17:06 -06:00
committed by Tom
parent 44f2e11d05
commit 346d89953c

View File

@ -56,4 +56,5 @@ Documents embedded in an `<iframe>` can run JavaScript within their own context
Any script interaction between the parent webpage and the content of the embedded `<iframe>` is subject to the same-origin policy. This means that if you load the content of the `<iframe>` from a different domain, the browser will block any attempt to access that content with JavaScript. Any script interaction between the parent webpage and the content of the embedded `<iframe>` is subject to the same-origin policy. This means that if you load the content of the `<iframe>` from a different domain, the browser will block any attempt to access that content with JavaScript.
### More Information: ### More Information:
See the [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe). [MDN Iframe](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe)
[W3Schools Iframe](https://www.w3schools.com/tags/tag_iframe.asp)