Hope this isn't OT here; don't think so, but will bow to the PTB decision; seems On Topic to me.
Win 7 HP, fully up to date, XAMPP 1.7.4 for local server, using PHP 5.3.25 (same as my remote servers use). Initial design done with noteTAB, then use Notepad++ for maintence and TSing.
One thing I've never been able to figure out on my own research (Google, Manual, w3, sitepoint, etc. etc. is the proper way to break into HTML more than once on a PHP page.
Some say just use <HTML> but how does the server know WHAT html to use in that case?
Thus, I've been using <!DOCTYPE html> the first time I drop into html, and later in the script, I simply use <html>, figuring the html 5 stage has already been set.
I'm still learning HTML 5 but it seems to serve me well and I've had no problems at all with it. Yet ;-).
Am I correct in my above assumption, or am I in error?
Thanks for your insight,
Rivet`