html 头タグ内に书くタグ

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 头タグ内に书くタグ相关的知识,希望对你有一定的参考价值。

<!-- 文字のエンコード -->
<meta charset="utf-8">

<!-- ビューポート -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- タイトル -->
<title></title>

<!-- メタディスクリプション -->
<meta name="description" content="テキスト">

<!-- Eメール / 電話番号 / 住所の変換 -->
<meta name="format-detection" content="email=no, telephone=no, address=no">

<!-- OGP / twitterカード -->
<meta property="og:url" content="ページのURL" />
<meta property="og:title" content="ページのタイトル" />
<meta property="og:type" content="ページのタイプ">
<meta property="og:description" content="記事の抜粋" />
<meta property="og:image" content="画像のURL" />
<meta name="twitter:card" content="カード種類" />
<meta name="twitter:site" content="@userID" />
<meta property="og:site_name" content="サイト名" />
<meta property="og:locale" content="ja_JP" />
<meta property="fb:app_id" content="appIDを入力">

<!-- ファビコン -->
<link rel="icon" href="" sizes="16x16" type="image/png"> 
<link rel="icon" href="" sizes="32x32" type="image/png">  
<link rel="icon" href="" sizes="48x48" type="image/png"> 
<link rel="icon" href="" sizes="62x62" type="image/png">

<!-- スマホ用アイコン -->
<link rel="apple-touch-icon-precomposed" href="" />

<!-- CSS / JSS読み込み -->
<link rel="stylesheet" href="CSSファイルのパス">
<script src="JSファイルのパス"></script>

以上是关于html 头タグ内に书くタグ的主要内容,如果未能解决你的问题,请参考以下文章

php HTMLタグ制御; srcset

html metaタグviewport书き方

html 元タグの视の设定

php HTMLタグ制御:メディアの网址

html 【EC CUBE】よく使うタグメモ

html 検索エンジンに关わるタグ。