Header Footer in HTML Change

<?php

include('header.php');

?>





<?php

include('footer.php');

?>

_________________________________________


<body>

<include src="./header.html"></include>


Content


<include src="./footer.html"></include>

</body>