Macaulay2 » Documentation
Packages » Text » Hypertext » HypertextContainer » IFRAME
next | previous | forward | backward | up | index | toc

IFRAME -- HTML inline frame (iframe) element

Description

An IFRAME object represents an inline frame in HTML, which allows embedding an independent browsing context (another HTML document) within the current one.

i1 : html IFRAME {"src" => "https://example.com"}

o1 = <iframe src="https://example.com">
     </iframe>

This is rendered in the browser as:

For the programmer

The object IFRAME is a markup type, with ancestor classes HypertextContainer < Hypertext < BasicList < Thing.


The source of this document is in Text.m2:870:0.