0
0

More than 1 year has passed since last update.

CSSの読み込み方

Last updated at Posted at 2023-02-17
読み込み方法
  • HTMLからCSSを読み込むためには、link rel="stylesheet"を用いる。
  • link rel="stylesheet" href="stylesheet.css"のように、href属性で読み込むCSSファイルを指定すること。
 <link rel="stylesheet" href="stylesheet.css">
  • stylesheet→CSSファイルを読み込む
  • stylesheet.cs→読み込むCSSのファイル名

ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
~主コメント~

qiitaでの色付けを教わったのでとても見やすくなりました!感謝です(汗

0
0
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
0