Several weeks later, my understanding is greater but not complete.
This is an example of template which shows default header, custom
html, and controls width.
html2b.php
<?php /* Template Name: HTML2b */ ?>
<div style="width:50em;">
<?php get_header(); ?>
<html>
<body>
Hello World, using html in WP page template<br />
with WP header.<br /><br />
Width can be set by template <div><br />
or TABLE constructs.
</body>
</html>
</div>
Of course, I can omit the header, or add footer.
What I still want to know is what is the minimal code that will read
entries made through WP PageEditor, using custom template. Such would let me make new pages inside PageEditor without a new template for every html page.
Such plugins as rawHTML and runPHP help me place custom content through PageEdit.
[Sorry I can’t delete my faulty Posts.]