Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 164 Bytes

File metadata and controls

12 lines (9 loc) · 164 Bytes

自定义标签

源代码:

<style> red { color:red; } </style> 
<red>hello</red>

展示:

<style> red { color:red; } </style>

hello