<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>網頁標題</title>
<meta http-equiv="Content-Type" content="text/html; charset=Big5" />
<meta name="author" content="作者名字" />
<meta name="keyword" content="希望被查尋的關鍵字" />

<style type="text/css">
 @import url("外掛css的檔名");
</style>
<script type="text/javascript" src=".js的檔名">
</script>
</head>

<body>
</body>

</html>