當單個文件須要特別樣式時,就可使用內部樣式表。能夠在 head 部分經過 <style> 標籤訂義內部樣式表。css
<head><style type="text/css">body {background-color: red}p {margin-left: 20px}</style></head>code
<style type="text/css">body {background-color: red}p {margin-left: 20px}</style>