Add HTML5 markup structure
<?php // Code goes in child theme’s functions.php. // Add HTML5 markup structure add_theme_support( 'html5', array( 'caption', 'comment-form', 'comment-list', 'gallery', 'search-form' ) );