How would I design a header? Like in PHP, all you would have to do is : <?php include'header.php'; ?>
How would I attempt that in HTML? I like working with HTML better :) As it's easier for me to understand than :
<?php
print"<html><meta ... ><body> </body></html>";
?>