Delete html style attribute
Remove style attributes from HTML tags
```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]
Similar Prompts
Having trouble with Visual Studio Code? I can help!
Reduce your code size and make it more efficient, just like a senior dev ;)
Run your C/C++ programs in ChatGPT using this prompt. This is very powerful prompt to run all types of coding languages into directly your web browser using ChatGPT. Just simply type your C or C++ code you want to run in prompt and the Chat-GPT will give you output of that program in reply. This is very useful if you dont have Compiler installed in your PC and want to test some code now you can do it by simple prompt. Example for C++ code. #include <iostream> int main(){ std::cout << "Hello Chat-GPT3" << std::endl; return 0; }