xhtml

當單個文件須要特別樣式時,就可使用內部樣式表。能夠在 head 部分經過 <style> 標籤訂義內部樣式表。css

<head>
<style type="text/css">
body {background-color: red}
p {margin-left: 20px}
</style>

</head>code

相關文章
相關標籤/搜索