CSS Internal Code Style External Exterior Style
- Inner couplet style
<p style="color: pink;"></p>
- ##
<link href = "css file" rel = "styleSheet" type = "text/css"> </link>
- nested style
Write the CSS code in the HTML interface <head>
<style type="text/css">
.p {
color:pink;
}
</style>
Through the element .Style. Style can only get the value of the inner coupling style, that is, the value written in the element in style, and the value of the embedded and external style cannot be obtained