<a href="#"><h2>Заголовок</h2></a>
AddHandler application/x-httpd-php .php .tpl
<link rel="stylesheet" href="bootstrap.css" type="text/css" />
<link rel="stylesheet" href="styles-for-h1.css" type="text/css" />
<style type="text/css">
h1 {
font-size: 1.4em;
}
</style>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^index\.php$ http://localhost/site/new.php [R=301,L]
</IfModule>