big5File.txt 243 B

12345678910111213
  1. <HTML>
  2. <HEAD>
  3. <TITLE> meta 標籤的使用:中文網頁 </TITLE>
  4. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5">
  5. </HEAD>
  6. <BODY>
  7. 這是一個繁體中文網頁!<br>
  8. (This page uses big5 character set.)<br>
  9. charset=big5
  10. </BODY>
  11. </HTML>