阅读(232) 书签 (0)

删除HTML样式属性

2023-06-27 13:53 更新

提示: 【在此输入HTML】

标签: 编程

提示词

以下提示词帮助你实现:删除HTML样式属性

```html
[PROMPT]
  • The above code is targeted at
  • Remove all style attributes from HTML tags
  • Remove all scope attributes from HTML tags
  • Output as HTML language code
  • Indent and format
  • Indentation rule is two spaces.
  • Delete width and height designations as well
  • Delete all attribute values for table tags and their child elements
  • Add a class to each tag with class naming in BEM
  • Non-code descriptions and comments are output in [TARGETLANGUAGE]

使用提示: 从HTML标签中删除样式属性