CSS:
h1 {color:#000;}
html:
<h1>This is heading 1</h1>
質問:
color:#000;
(速記の 16 進数の色の値) と(16 進数の色の値)の間に違いはありますcolor:#000000
か?
CSS:
h1 {color:#000;}
html:
<h1>This is heading 1</h1>
質問:
color:#000;
(速記の 16 進数の色の値) と(16 進数の色の値)の間に違いはありますcolor:#000000
か?