<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://orourke.tv/web/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>orourke.tv - code:html</title>
        <description>every banana has 5 sides</description>
        <link>http://orourke.tv/web/</link>
        <lastBuildDate>Wed, 05 Aug 2026 12:24:19 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://orourke.tv/web/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>orourke.tv</title>
            <link>http://orourke.tv/web/</link>
        </image>
        <item>
            <title>examplestaticwebpage</title>
            <link>http://orourke.tv/web/doku.php?id=code:html:examplestaticwebpage&amp;rev=1526585672&amp;do=diff</link>
            <description>Example Static Webpage


&lt;html&gt;
&lt;head&gt;
&lt;title&gt;
Test Environment
&lt;/title&gt;

 &lt;STYLE type=&quot;text/css&quot;&gt;
CAPTION.MYTABLE
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:white;
     width:500px;
     border-style:solid;
     border-color:black;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:blue;
  }


  …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 17 May 2018 19:34:32 +0000</pubDate>
        </item>
        <item>
            <title>home</title>
            <link>http://orourke.tv/web/doku.php?id=code:html:home&amp;rev=1703091934&amp;do=diff</link>
            <description>Some Sample HTML code

Sample iFrame

Note - many web sites will restrict their web pages been displayed from an external web server - for more check out X-Frame-Options reference below

Reference: &lt;https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options&gt;


&lt;html&gt;
&lt;head&gt;
&lt;title&gt;iFrame Example&lt;/Title&gt;
&lt;body&gt;
&lt;p&gt;iframe below:
&lt;p&gt;
&lt;iframe src=&quot;http://example.org&quot; title=&quot;example.org&quot; width=&quot;400&quot; height=&quot;400&quot;&gt;&lt;/iframe&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 20 Dec 2023 17:05:34 +0000</pubDate>
        </item>
    </channel>
</rss>
