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 {"srcdoc" => "Hello, world!"}

o1 = <iframe srcdoc="Hello, world!">
     </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 /build/macaulay2-88fgJW/macaulay2-1.25.11+ds/M2/Macaulay2/packages/Text.m2:870:0.