内联样式 ==> style属性 ==> style= 'color: red; width: 200px; height:200px;'
style= 'color: red; width: 200px; height:200px;'
内嵌样式 ==> style 标签 ==>
style
<style> body{ background: gray; font-size: 12px; }</style>
外联样式 ==> <link> 标签 ==>
<link>
<link rel= 'stylesheet' href= ''>