過去のhtml

HTML

目次一覧

 状態:以前の環境  閲覧数:1,808  投稿日:2020-04-05  更新日:2020-04-05
コンソールログに下記表示がされてしまう / X-UA-Compatible

コンソールログに下記表示がされてしまう / X-UA-Compatible

 閲覧数:565 投稿日:2020-04-05 更新日:2020-04-05

コンソールログに下記表示がされてしまう


Uncaught SyntaxError: Unexpected token '<'
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="ja"> <![endif]-->
<!--[if IE 7 ]>    <html class="ie ie7 no-js" lang="ja"> <![endif]-->
<!--[if IE 8 ]>    <html class="ie ie8 no-js" lang="ja"> <![endif]-->
<!--[if IE 9 ]>    <html class="ie ie9 no-js" lang="ja"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="ja"><!--<![endif]-->
<head>
 <meta charset="utf-8">


X-UA-Compatible


<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">




以前のHTML対応

HTMLで「1つのタグにidを複数指定」は出来ない!