HTML+CSS+JS基礎知識css
目錄spa
對HTML+CSS+JS的理解code
基礎知識基礎
對HTML+CSS+JS的理解樣式
基礎知識margin
插入樣式表的三種方式co
外部樣式表:<link rel="stylesheet" type="text/css" href="mystyle.css">
background
內部樣式表:<style type="text/css"> body {background-color: red} p {margin-left: 20px} </style>
內聯樣式:<p style="color: red; margin-left: 20px"
>