Skip to content

Instantly share code, notes, and snippets.

@chainchung
Created July 15, 2013 07:28
Show Gist options
  • Save chainchung/5998052 to your computer and use it in GitHub Desktop.
Save chainchung/5998052 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML 教學 (二)-Homework</title>
</head>
<body>
<h1>Hi</h1>
<hr/>
<p>
這是我寫的 <a href="http://hechien.logdown.com/posts/2013/07/11/html-tutorial-1" target="_blank">TML教學(一)</a>, 請多多指教哦~
</p>
</body>
</html>
@hechien
Copy link

hechien commented Jul 15, 2013

由於你的DOCTYPE是HTML5的,所以其實在head底下的編碼宣告可以寫成:<meta charset="utf-8" />

很棒哦,除了你不小心截掉了"H"外,完全正確哦!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment