나름대로 xhtml 로 만들어 볼려고 노력하고 있는데요.
검사해 보면 3 곳에서 에러나네요. -_-a
character data is not allowed here
라는 에러가 뜨네요.
UTF-8로 저장했거든요.
문제점을 모르겟어요.
Transitional 으로하면 통과되고 Strict하면 문제가 있으니..

조언좀 해주세요.
감사합니다.
Code: Select all
<p>어쩌고 저쩌고</p>
Code: Select all
<style type="text/css">
img { border:0; }
</style>
Code: Select all
<img style="border:0" src="그림 경로 및 파일명" alt="올바른 XHTML 1.1!" />
Code: Select all
<h2>xhtml</h2>
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Users browsing this forum: No registered users and 1 guest