What's better? And what is the difference?
<meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
or
<meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Another thing, I see that the Viewport and meta http-equiv meta tags do not receive / "> closing tags, since charset and other meta tags have ... why?
thanks
source share