1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>제목</title>
<script type="text/javascript" src="자바스크립트파일주소" ></script>
<script type="text/javascript">
자바스크립트 내용
</script>
<link href="css파일 주소" rel="stylesheet" type="text/css"/>
<style type="text/css">
CSS내용
</style>
<!-- 주석 부분 -->
</head>
<body >
<div id="hello">내용 </div>
</body>
</html>