E
E
Evgeny Mikhailov2016-03-18 22:41:46
HTML
Evgeny Mikhailov, 2016-03-18 22:41:46

What tags are used in the head element?

I'm using bootstrap, what tags are usually used in the head element?

<meta charset="utf-8">
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="dns-prefetch" href="http://xxx.ru">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<title>xxx</title>
<meta name="description" content="xxx">
<meta name="keywords" content="">
<meta name="robots" content="index, follow">
<meta name="generator" content="xxx">
<meta property="og:site_name" content="xxx">
<meta property="og:url" content="http://xxx.ru/">
<meta property="og:title" content=xxxи">
<meta itemprop="url" content="http://xxx.ru/">
<meta itemprop="name" content="xxx">

+ что подключаем css, шрифты.

Or is there something else that I didn't consider above?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Voronyuk, 2016-03-18
@pawlek

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

you can also
set the "background" of the tab title
fa60a826e319454f9e70ccf64bc9f767.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question