sorry again, really i am so sorry
you mean replace this part
<meta http-equiv=”Content-Type”
content=”<?php bloginfo( ‘html_type’ ); ?>; charset=<?php bloginfo( ‘charset’ ); ?>”/>` or
with
add_action(‘wp_head’, function(){
?>
<meta http-equiv=”Content-Type”
content=”<?php bloginfo( ‘html_type’ ); ?>; charset=<?php bloginfo( ‘charset’ ); ?>”/>
</php
})
and also where i can find this part