Sometimes it may be more artistically prudent to hide the column headers when using SharePoint’s ListView web part. Luckily, it’s very easy using CSS

<style type="text/css">
 .ms-viewheadertr { display: none;} 
</style>