Embedded css styles
Embedded css style means that the css style code can be written between the tags. For example, the following code sets the text in the three tags to red:
The embedded css style must be written between , and generally In this case, the embedded css style is written between
. Such as the code in the editor on the right.Embedded is to write the settings for various elements in the page between
and . For a single web page, this method is very convenient. But for a website that contains many pages, if each page sets its own style inline, the huge advantages brought by CSS will be lost. Therefore, a website usually writes an independent CSS style sheet file.