Случайно в примерах bootstrap'а заметил такой код:
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
...
А именно:
The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags
"Эти три мета-тега *должны* быть самыми первыми". Почему? Первый раз такое слышу.