Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8664

CSS: CSSをHTMLに追加する

$
0
0

方法1:HEADタグ内に書く方法

index.html
<header><divclass="area1"><style>h1{color:blue;}.area1{color:red;}</style></div></header>

方法2:外部ファイルへリンクさせる方法

index.html
<header><linkrel="stylesheet"href="css/styles.css"></header>
styles.css
h1{color:blue;}

Viewing all articles
Browse latest Browse all 8664

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>