0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

CSSの文法

Last updated at Posted at 2023-02-05

link要素

・HTMLから外部情報を関連づける際に使用
・rel属性、href属性と一緒に使用するのが一般的

rel属性

・relationの略で、参照先のファイルが現在のファイルとどのような関係であるのかを明らかにする
・属性値には決められたワードを記載

href属性

・hyper referenceの略で、参照先の外部ファイルの場所を明らかにする
・属性値にはファイルの場所、ファイル名を記載

セレクタ

・CSSによる装飾を、その部分のHTMLに適用するかを選択するための記述

プロパティ

・セレクタで指定したHTMLの「何を変えるのか」を選択するための記述

・プロパティで設定する内容を決めるための記述

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?