Add HTML5 markup structure.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Add HTML5 markup structure
add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption' ) );