<h1>This file is called "included.html".

<h2>It is included along with server delivery of "include.html".

<h3>Walt Uotinen says "Hello..."

<p>This file has a <style> container in the <head> section which specifies that all <h2> tags are red.


SSI 2nd Included "child"

<h1>This file is called "included2.html".

<h2>It is (also) included along with server delivery of "include.html" along with "included.html".

<h3>Walt Uotinen says "Hello..."

<p>This file has a <link> tag in the <head> section that has an href value of includeStyle.css, which specifies that all <h3> tags are green.



<h1>This file is called "include.html".

<h2>It has 2 Server Side Include statement that include 2 other files, called "included.html" and "included2.html".

<h3>Walt Uotinen says "Hello..."

<p>This file has a <style> container in the <head> section which specifies all <h1> tags are blue.

<p>The date and time is: Friday, 30-Jul-2010 14:36:02 EDT.
(This date and time is another SSI to "foil" browser caching...)