Differences

This shows you the differences between two versions of the page.

Link to this comparison view

code:html:home [2023/12/20 16:54] – created gerardorourkecode:html:home [2023/12/20 17:05] (current) gerardorourke
Line 1: Line 1:
 ====== Some Sample HTML code ====== ====== 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: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
  
 <code> <code>
 <html> <html>
 <head> <head>
-<title>Bananas</Title>+<title>iFrame Example</Title>
 <body> <body>
 <p>iframe below: <p>iframe below:
 <p> <p>
-<iframe src="http://orourke.tv" title="orourke.tv" width="400" height="400"></iframe>+<iframe src="http://example.org" title="example.org" width="400" height="400"></iframe>
 </body> </body>
 </html> </html>
 </code> </code>
  • code/html/home.1703091294.txt.gz
  • Last modified: 2023/12/20 16:54
  • by gerardorourke