How to clear inline css styles: first open the css project and view some of the inline css styles it contains; then open the editor; then use "style=\"(.*?)\"" regular expression The formula matches all embedded styles; finally, use the replacement tool to replace all content.
The operating environment of this tutorial: Windows 7 system, Sublime Text3&&css3 version, DELL G3 computer.
Recommendation: css video tutorial
Embedded css style
Embedded by writing CSS in the web page source The head of the file, that is, between
and , is surrounded by the