+ 1
Do we have a html compiler for android?
Any compiler that run html , css , js on android like code playground does!
8 ответов
+ 13
ok DevTycoon do this - in SL copy ur whole css and paste that inside the <style></style> tag. And copy ur whole js and paste inside the <script></script> tag.
After that create a file naming doc.html or doc.htm in notepad. Then copy ur whole html from SL and paste it in that file. Then if you click on the file, it'll run on web browser.
+ 4
Web projects using the languages you mentioned are not compiled. They are interpreted.
+ 3
Yes, any browser can do that.
+ 3
download AnWriter free or Android Web Developer for Android, I'm also using it and I've written several codes on it, they're just simply good. Hope this helps?
+ 2
+ 1
Rohan Karan How can i run these file on computer ( html , css ,js) as one webpage
+ 1
Rohan Karan Thx
0
Bagshot I mean a compiler where i can enter my own stuff and the compiler executes it.