Forum Moderators: open
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
<title>whatever</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
Notepad++ had treated the tab at "http" as a "tab" instead of spaces, mashing out the blank on the second line, which kept it from parsing.
I had originally written the code in WeBuilder, with tabs.
I transferred the file to my new MBP and put it in BBedit and saw the problem! Let that be a lesson, on editors!
Sorry to have bugged you, and I'll be more careful in the future before doing so again.
lang attribute as well as xml:lang to define the document language. You should also place the meta charset element before any content, including the title element. This won't affect validity in any way, but it is more technically-correct.
encyclo: will do. I've seen (and perused) the debates about html vs xhtml) here and in many books...my shelves runneth over! I have just a few files with which to deal, so I'll make the updates toot sweet.