0
does html have its own idle
im new to html and i know python but not much python has its own idle in python.org does html have its own website to download its idle or i should just download those made by others like atom in the playstore and other apps like it sorry if you find it confusing i know i can just use a text editor but i want an editor that has predictions for the code
2 Answers
+ 6
No it doesn't but you might try VS Code (which also works great with Python)
https://vscode.readthedocs.io/en/latest/languages/html/
+ 1
HTML is not even a programming language. You can use any IDE, even notepad to write HTML code.