Home > Article > Web Front-end > Three styles of css
1. Inline style
As the name suggests, it is a style written directly inside a div pair
2. Internal style
Write the style in a pair of tag pairs. This tag pair is placed inside the html page
3. Outbound style
Write the style in a separate file. When you use it, just import it with the address