.
. , index.html 5 , object iframe, 6 (, , ).
:
index.html- ,
header.html - 5 htmls
index.php, ( PHP), PHP HTML ONE (, PHP, header.php), , .
, ( ). , :).
:
index.php
<!DOCTYPE html>
<html>
...
<body>
<?php include 'header.php'; ?>
<?php include 'navigation.php'; ?>
...
<?php include 'footer.php'; ?>
</body>
</html>
PHP HTML, . PHP <?php whatever ?>