<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="stylesheet" type="text/css" href="css/homepage.css"/>
<link rel="stylesheet" type="text/css" href="css/header.css"/>
<link rel="stylesheet" type="text/css" href="css/footer.css"/>
<link rel="stylesheet" type="text/css" href="css/navmenu.css"/>
<!-- more css here -->
<script type="text/javascript" src="js/jQuery.js"></script>
<script type="text/javascript" src="js/navmenu.js"></script>
<!-- more js here -->
</head>
私はすべてのページのタグ内にそのすべての外部cssとjavascriptsを持っており、<head></head>
それらはすべてすべてのページで重要です..それらすべてを別のファイルに入れて、phpを使用してそれを含めるのは適切ですか?ですから、これらの外観に変更を加えたい場合は、すべてのページに影響するため、簡単です。それが良い習慣かどうかを知りたいだけです。よろしくお願いします。