Code: Select all
<!doctype html public "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> New Document </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content="sniper-janguem" />
<meta name="Keywords" content="xhtml" />
<meta name="Robots" content="all" />
</head>
<body>
<p>utf-8 ok</p>
<p>한글도 잘되지?</p>
<p><a href="http://validator.w3.org/check/referer" title="Validate this page as XHTML 1.0 Strict.">XHTML</a> · <a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate the CSS used on this page.">CSS</a></p>
</body>
</html>
그런데 xhtml 눌러서 적격성 검사하면
Line 7, column 69: character data is not allowed here
...ntent-Type" content="text/html; charset=utf-8" />
라고 나오는데요.
왜 그런건지....;;