LoginSignup
0
1

More than 3 years have passed since last update.

マイライブラリ:headの記述

Last updated at Posted at 2020-05-20

headの記述

〇基本セット

<head>
    <meta charset="UTF-8">
    <title>HTML文書の基本</title>
    <link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
    <link rel="stylesheet" href="css/style.css">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="description" content="文書の説明は検索エンジンの検索結果ページに表示されるため、タイトルと並びSEO上非常に重要です。">
</head>

〇必要に応じて追加

・googleフォント https://fonts.google.com/
フォントを選んでEmbedでソースをコピーして貼り付ける

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1