In HTML, the methods of introducing CSS are mainly inline, embedded, imported and linked
In-line style: that is, set the CSS style in the marked style attribute. This method does not essentially reflect the advantages of CSS, so it is not recommended to use it.example:
Copy the code