Wordpress automatically generate lot of unwanted tags every where. Even the img tag also wrap by these t
img
you can try this plugin
http://wordpress.org/plugins/raw-html/
or else user this in theme's functions.php file
remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );