@@ -9,7 +9,7 @@ newPackage("Text",
99
1010exportFrom_Core {
1111 " ANCHOR" , " BLOCKQUOTE" , " BODY" , " BOLD" , " BR" , " CDATA" , " CODE" , " COMMENT" , " DD" , " DIV" , " DL" , " DT" , " EM" , " ExampleItem" , " HEAD" , " HEADER1" ,
12- " HEADER2" , " HEADER3" , " HEADER4" , " HEADER5" , " HEADER6" , " HR" , " HREF" , " HTML" , " Hypertext" , " HypertextContainer" , " HypertextParagraph" , " HypertextVoid" , " IMG" , " INDENT" , " ITALIC" , " KBD" ,
12+ " HEADER2" , " HEADER3" , " HEADER4" , " HEADER5" , " HEADER6" , " HR" , " HREF" , " HTML" , " Hypertext" , " HypertextContainer" , " HypertextParagraph" , " HypertextVoid" , " IFRAME " , " IMG" , " INDENT" , " ITALIC" , " KBD" ,
1313 " LABEL" , " LATER" , " LI" , " LINK" , " LITERAL" , " M2CODE" , " MENU" , " META" , " PARA" , " PRE" , " SAMP" , " SCRIPT" , " SMALL" , " SPAN" , " STRONG" , " STYLE" , " SUB" , " SUBSECTION" , " SUP" , " TABLE" , " TD" , " TH" ,
1414 " TEX" , " TITLE" , " TO" , " TO2" , " TOH" , " TR" , " TT" , " UL" , " VAR" , " OL" , " INPUT" , " BUTTON" , " validate" ,
1515 " MarkUpType" , " IntermediateMarkUpType" ,
@@ -855,6 +855,19 @@ document {
855855 " For an example, see " , TO " Macaulay2Doc ::hypertext list format " , " ."
856856 }
857857
858+ document {
859+ Key => {IFRAME},
860+ Headline => " HTML inline frame (iframe) element" ,
861+ Usage => " IFRAME x" ,
862+ Inputs => {" x" => List => " specifying the iframe attributes" },
863+ PARA {
864+ " An " , M2CODE " IFRAME" , " object represents an inline frame in HTML , " ,
865+ " which allows embedding an independent browsing context (another HTML " ,
866+ " document ) within the current one." },
867+ EXAMPLE " html IFRAME {\" src\" => \" https://example.com\" }" ,
868+ PARA {" This is rendered in the browser as:" },
869+ IFRAME {" src" => " https://example.com" }}
870+
858871document { Key => (options, MarkUpType),
859872 " Optional arguments of mark up types allow attributes to be added to html elements ." ,
860873 EXAMPLE lines ///
0 commit comments