**请帮我解决这个问题。 我无法使用[https://validator.w3.org/]
解决此错误我已尝试过很多解决方案,甚至来自stackoverflow建议,但它对我不起作用。**
Stray start tag html。 从第3行第2列;到第3栏第34栏 ption。“>↩↩
/*here is my html code*/
<!DOCTYPE html>
<meta name="description" content="This is an example of a meta description.">
<html <?php language_attributes(); ?> class="no-js">
<!--[if IE 7]><html lang="en" class="ie7"><![endif]-->
<!--[if IE 8]><html lang="en" class="ie8"><![endif]-->
<!--[if IE 9]><html lang="en" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><html lang="en"><![endif]-->
<!--[if !IE]><html lang="en-US"><![endif]-->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, user scalable=no">
<meta charset="<?php bloginfo( 'charset' ); ?>">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<title>
<?php wp_title(''); ?>
<?php if(wp_title('', false)) { echo ' :'; } ?>
<?php bloginfo('name'); ?>
</title>
<?php wp_head(); ?>
<body <?php body_class(); ?>>
......
</body>
</html>