notepad--
notepad-- copied to clipboard
html内嵌的css不能高亮
示例
<head>
<style type="text/css">
body {background-color:yellow;}
p {color:blue;}
</style>
</head>