<html><head></head><body style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;">
<div class="moz-text-html" lang="x-western">
  

    
  
  
    themble.com/bones claims that WordPress throws a ton of junk in the
    header. Bones takes a lot of it out. <br>
    <br>
    However, I can't find much difference on Bones' header.php (listed
    as below)<br>
    <br>
    Is it over stated, or wp-header.php has room to optimize? <br>
    <br>
    Regards, <br>
    Nan<br><br>
    /* Bones' header.php*/<br>
    <!doctype html><br>
    <br>
    <!--[if lt IE 7]><html <?php language_attributes();
    ?> class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--><br>
    <!--[if (IE 7)&!(IEMobile)]><html <?php
    language_attributes(); ?> class="no-js lt-ie9
    lt-ie8"><![endif]--><br>
    <!--[if (IE 8)&!(IEMobile)]><html <?php
    language_attributes(); ?> class="no-js
    lt-ie9"><![endif]--><br>
    <!--[if gt IE 8]><!--> <html <?php
    language_attributes(); ?>
    class="no-js"><!--<![endif]--><br>
    <br>
        <head><br>
            <meta charset="utf-8"><br>
    <br>
            <!-- Google Chrome Frame for IE --><br>
            <meta http-equiv="X-UA-Compatible"
    content="IE=edge,chrome=1"><br>
    <br>
            <title><?php wp_title(''); ?></title><br>
    <br>
            <!-- mobile meta (hooray!) --><br>
            <meta name="HandheldFriendly" content="True"><br>
            <meta name="MobileOptimized" content="320"><br>
            <meta name="viewport" content="width=device-width,
    initial-scale=1.0"/><br>
    <br>
            <!-- icons & favicons (for more:
    <a class="moz-txt-link-freetext" href="http://www.jonathantneal.com/blog/understand-the-favicon/">http://www.jonathantneal.com/blog/understand-the-favicon/</a>) --><br>
            <link rel="apple-touch-icon" href="<?php echo
    get_template_directory_uri();
    ?>/library/images/apple-icon-touch.png"><br>
            <link rel="icon" href="<?php echo
    get_template_directory_uri(); ?>/favicon.png"><br>
            <!--[if IE]><br>
                <link rel="shortcut icon" href="<?php echo
    get_template_directory_uri(); ?>/favicon.ico"><br>
            <![endif]--><br>
            <!-- or, set /favicon.ico for IE10 win --><br>
            <meta name="msapplication-TileColor"
    content="#f01d4f"><br>
            <meta name="msapplication-TileImage" content="<?php
    echo get_template_directory_uri();
    ?>/library/images/win8-tile-icon.png"><br>
    <br>
            <link rel="pingback" href="<?php
    bloginfo('pingback_url'); ?>"><br>
    <br>
            <!-- wordpress head functions --><br>
            <?php wp_head(); ?><br>
            <!-- end of wordpress head --><br>
    <br>
            <!-- drop Google Analytics Here --><br>
            <!-- end analytics --><br>
    /*****/<br>
    <br>
    <div class="moz-signature"><br></div>
  


</div>

</body></html>