Test Page for Fred's DCL: Dynamic Content Loader

This is a Header 2

This is the first paragraph within Header 2

This is the second paragraph, intended to introduce the following initially empty list.

And this would be the third paragraph located after the unordered list.

This is the very bottom line, with possible optional stuff in the <span> above.


And here is the original page ...
(You can also view the BASE page)


Test Page for Fred's DCL: Dynamic Content Loader

This is a Header 2

This is the first paragraph within Header 2

This is the second paragraph, intended to introduce the following initially empty list.

And this would be the third paragraph located after the unordered list.

This is the very bottom line, with possible optional stuff in the <span> above.


And here is this page's HTML ...


<h1 id="h1" class="h1class">Test Page for Fred's DCL: Dynamic Content Loader</h1>
<h2 id="h2" class="h2class">This is a Header 2</h2>
<p id="p1">This is the first paragraph within Header 2</p>
<p id="p2">This is the second paragraph, intended to introduce the following initially empty list.</p>
<ul id="ul1">
</ul>
<p id="p3">And this would be the third paragraph located after the unordered list.</p>
<span id="bottom"></span>
<p>This is the very bottom line, with possible optional stuff in the &lt;span&gt; above.</p>

<script src="../js/DCLinit.js"></script>
<script>
const dclurl = "dclbase.html"; // where my template HTML is located
// Here are the calls to the base file to substitute HTML in my current file
DCLget(dclurl,"#h2");
DCLget(dclurl,"#ul1");
DCLget(dclurl,"#manwithglass","#bottom");
</script>