wordpress functions
// 01.
<title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
// 02.
<body <?php body_class(); ?>>
// 03.Header Index Linking
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>